-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
menu popover adds padding-right to the body #18664
Comments
Duplicate of #17353. For the layout shift, it should be noticeable. |
I found that adding
|
@Geocodlea That's perfect timing for me, thank you! |
THANK YOU |
For me |
Could you post some code about how you did that, please ? Im having the same problem, your solution seems shorter. |
@waxmar Thanks, it works for me. :) |
Could you post some code about how you did that, please ? Thanks ahead |
Found it. Fixed it for me too. Thanks |
This may be same as #10000 but since it is closed I'm opening a new issue.
Current Behavior 😯
When IconButton wrapped with Tooltip is used to open Menu, it adds 17px padding-right to the body tag.
Expected Behavior 🤔
I expect that unneccesary padding-right will not be inserted.
When I use IconButton without Tooltip wrapped around, it behaves as expected.
Steps to Reproduce 🕹
Steps:
Context 🔦
Layout is corrupted when menu is popped.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: