You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When selecting blocks, if the right sidebar doesn't have a scrollbar then suddenly gets one, the whole page shifts to the left, triggering repaint all over the place,
This could be fixed by having an overflow-y: scroll instead of an overflow: auto on the sidebar
Here's an example of the code I have currently to fix this:
Description
When selecting blocks, if the right sidebar doesn't have a scrollbar then suddenly gets one, the whole page shifts to the left, triggering repaint all over the place,
This could be fixed by having an overflow-y: scroll instead of an overflow: auto on the sidebar
Here's an example of the code I have currently to fix this:
The issue comes from the fact that the sidebar content width is set to 280px and the sidebar width is set to auto with an overflow auto.
gutenberg/packages/interface/src/components/complementary-area/style.scss
Line 10 in 67fe26f
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Screen.Recording.2022-10-28.at.16.00.04.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Related to #23427
The text was updated successfully, but these errors were encountered: