-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try moving hover animation from resizable frame to editor #67659
base: trunk
Are you sure you want to change the base?
Conversation
Size Change: -49 B (0%) Total Size: 1.83 MB
ℹ️ View Unchanged
|
@@ -263,6 +263,18 @@ export default function EditSiteEditor( { isPostsList = false } ) { | |||
) } | |||
{ isReady && ( | |||
<Editor | |||
as={ motion.div } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for trying things out.
I tried to hack in the browser too but .edit-site-resizable-frame__inner-content
has overflow hidden so it's very tricky!
I know I mentioned it, but I hacked it by sending a prop to the resizable iframe:
I know that's not ideal as you mentioned.
What?
Addressing this comment.
I'm not sure yet why this isn't working. No styles added to
whileHover
actually come through at all.Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast