Changes between Initial Version and Version 1 of Ticket #4052, comment 6
- Timestamp:
- 01/08/2019 07:51:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4052, comment 6
initial v1 1 1 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: 2 2 3 ``` 3 {{{ 4 4 /* This is a temporary fix to allow scrolling with the latest plugin changes. Should be fixed in the Gutenberg theme */ 5 5 @media only screen and ( min-width: 782px ) { … … 12 12 } 13 13 } 14 ``` 14 15 }}} 15 16 16 17 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: