[wp-meta] [Making WordPress.org] #4052: Scrolling on https://wordpress.org/gutenberg/ is broken
Making WordPress.org
noreply at wordpress.org
Tue Jan 8 19:39:13 UTC 2019
#4052: Scrolling on https://wordpress.org/gutenberg/ is broken
---------------------------+---------------------
Reporter: x2048 | Owner: (none)
Type: defect | Status: new
Priority: high | Milestone:
Component: Developer Hub | Resolution:
Keywords: |
---------------------------+---------------------
Comment (by Joen):
Hi, thank you for this ticket! What an embarrassing bug, apologies, I
believe it was a casualty of
https://github.com/WordPress/gutenberg/pull/12644, as Sheri noted. As she
also noted, I deployed a temporary fix for this, using custom CSS:
```
/* This is a temporary fix to allow scrolling with the latest plugin
changes. Should be fixed in the Gutenberg theme */
@media only screen and ( min-width: 782px ) {
html {
margin-top: 0 !important;
}
.gutenberg__editor .edit-post-layout .edit-post-layout__content {
margin-top: 0;
overflow-y: scroll;
}
}
```
However it's temporary because a) this should be fixed in the Gutenberg
theme (I'll try to take a look at this), and b)
https://wordpress.org/gutenberg is currently using the Gutenberg plugin.
Now that the editor is in WordPress, that site should probably simply run
WordPress 5.0, and not the plugin. Especially because the plugin might add
new features as part of ongoing feature work, that the site is not yet
geared for. So two action items remain:
1. Update Gutenberg theme with the a better CSS fix
2. Upgrade wordpress.org/gutenberg to 5.0 if it isn't already, and
deactivate the plugin.
Thanks again for the ticket!
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4052#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list