-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Feature] Zoom Out[Package] Block editor/packages/block-editor/packages/block-editor[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
On load time the block editor displays an unwanted scroll bar. Please take a look at the screenshot below.
I'm tagging this issue with zoom-out tag because this seems to be the result of the changes introduced in #67126
Specifically this line:
gutenberg/packages/block-editor/src/components/iframe/content.scss
Lines 22 to 24 in 857ca64
| // Force preserving a scrollbar gutter as scrollbar-gutter isn't supported in all browsers yet, | |
| // and removing the scrollbar causes the content to shift. | |
| overflow-y: scroll; |
Step-by-step reproduction instructions
- Use Gutenberg trunk and TT5 theme.
- Browse theme style variations in the sidebar.
- Observe the unwanted scroll bars while the block editors are loading
Screenshots, screen recording, code snippet
Environment info
- WordPress 6.7.1
- Gutenberg trunk
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
Please confirm which theme type you used for testing.
- Block
- Classic
- Hybrid (e.g. classic with theme.json)
- Not sure
Metadata
Metadata
Assignees
Labels
[Feature] Zoom Out[Package] Block editor/packages/block-editor/packages/block-editor[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
