[wp-meta] [Making WordPress.org] #5244: Gutenberg Demo: Editor toolbar hidden behind the admin bar

Making WordPress.org noreply at wordpress.org
Thu Jun 4 17:07:56 UTC 2020


#5244: Gutenberg Demo: Editor toolbar hidden behind the admin bar
--------------------------------+---------------------
 Reporter:  SergeyBiryukov      |       Owner:  (none)
     Type:  defect              |      Status:  new
 Priority:  normal              |   Milestone:
Component:  WordPress.org Site  |  Resolution:
 Keywords:  has-screenshots     |
--------------------------------+---------------------

Comment (by SergeyBiryukov):

 CSS involved:
 {{{
 .interface-skeleton {
     ...
     position: fixed;
     top: 46px;
     ...
 }

 @media (min-width: 783px)
 .is-fullscreen-mode .interface-interface-skeleton {
     top: 0;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5244#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list