[wp-trac] [WordPress Trac] #45336: Admin sidebar doesn't scroll vertically when Gutenberg editor is present - 5.0-beta3

WordPress Trac noreply at wordpress.org
Tue Nov 13 09:43:24 UTC 2018


#45336: Admin sidebar doesn't scroll vertically when Gutenberg editor is present -
5.0-beta3
--------------------------+---------------------------------
 Reporter:  dmchale       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  5.0
 Severity:  major         |  Resolution:
 Keywords:                |     Focuses:  ui, administration
--------------------------+---------------------------------
Changes (by mukesh27):

 * focuses:   => ui, administration
 * component:  General => Editor


Comment:

 @dmchale i have checked above issue in latest version or Beta Version
 5.0-beta4-43896 and same issue there also.

 System add below css code to remove scroll on editor so need to remove
 that code then it will work fine but can't fine css location.


 {{{
 @media (min-width: 600px)
 .edit-post-layout__content {
     overscroll-behavior-y: none;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45336#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list