[wp-meta] [Making WordPress.org] #4052: Scrolling on https://wordpress.org/gutenberg/ is broken
Making WordPress.org
noreply at wordpress.org
Tue Jan 8 17:37:52 UTC 2019
#4052: Scrolling on https://wordpress.org/gutenberg/ is broken
---------------------------+--------------------
Reporter: x2048 | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Developer Hub | Keywords:
---------------------------+--------------------
To reproduce:
1. Go to https://wordpress.org/gutenberg/
2. Attempt to scroll down.
Result: Scrolling down the page doesn't work.
Environment: Chrome, Mac OS.
The issue is with this file: https://wordpress.org/gutenberg/wp-
content/themes/pub/gutenberg/style.css?ver=11
The problem seems to be with this part of the CSS:
{{{
@media (min-width: 782px) {
.folded .gutenberg__editor .edit-post-header,
.folded .gutenberg__editor .components-notice-list {
left: 0;
}
.gutenberg__editor .edit-post-layout .edit-post-layout__content {
margin-top: 32px;
overflow-y: inherit;
}
}}}
When the "overflow-y: inherit;" statement is removed, scrolling works once
more.
Note the size of the scrollbar in the attached file - it's much smaller
than it should be.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4052>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list