[wp-meta] [Making WordPress.org] #6614: https://wordpress.org/gutenberg/ page in top Register & Log In menu does not show in mobile and top design break.

Making WordPress.org noreply at wordpress.org
Thu Dec 15 06:26:43 UTC 2022


#6614: https://wordpress.org/gutenberg/ page in top Register & Log In menu does
not show in mobile and top design break.
--------------------------+---------------------
 Reporter:  upadalavipul  |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:
Component:  General       |  Resolution:
 Keywords:                |
--------------------------+---------------------

Comment (by dufresnesteven):

 This appears to be the combinations of 2 things:

 1. We don't use the global header footer which has code to show the admin
 bar on mobile and styles the dropdown:
 https://github.com/WordPress/wporg-mu-plugins/blob/trunk/mu-plugins/blocks
 /global-header-footer/postcss/header/admin-bar.pcss

 2. These `admin-bar` styles being applied:

 {{{
 .admin-bar {
     position: inherit !important;
     top: auto !important;
 }
 }}}


 We have a couple of choices to fix:
 1. Some throwaway `admin-bar` CSS styles added to the wporg-gutenberg
 theme.
 2. Load the global header styles but do not have the header show up (it
 does not have this functionality yet). This would be the preferred
 approach because the admin styles would match other parts of the site.

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


More information about the wp-meta mailing list