[wp-trac] [WordPress Trac] #59242: Block toolbar stays on top of post (mobile)

WordPress Trac noreply at wordpress.org
Wed Aug 30 14:17:27 UTC 2023


#59242: Block toolbar stays on top of post (mobile)
--------------------------+------------------------------
 Reporter:  drrxbracho    |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:  6.3
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by sabernhardt):

 * version:  6.3.1 => 6.3


Comment:

 Hi and welcome to WordPress Core Trac! Thanks for the report.

 The main problem with the toolbar staying at the top on smaller screens
 comes from hiding the overflow, which
 [https://github.com/WordPress/gutenberg/pull/53540 GB53540] may have fixed
 for an upcoming maintenance release.
 {{{
 .edit-post-visual-editor
   overflow: hidden;
 }
 }}}

 Discussion of further changes might fit on
 [https://github.com/WordPress/gutenberg/issues/52032 GB52032] or another
 issue in the [https://github.com/WordPress/gutenberg/issues/new/choose
 Gutenberg repository].

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


More information about the wp-trac mailing list