Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58455, comment 52


Ignore:
Timestamp:
10/16/2023 08:35:01 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58455, comment 52

    initial v1  
    99}}}
    1010
    11 As far as I see `#wpadminbar` already has `position: fixed`, see: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/admin-bar.css#L85. Not sure if the above bit is needed, although it won't break anything.
     11As far as I see `#wpadminbar` already has `position: fixed`, see: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/admin-bar.css#L85.
     12
     13Not sure if the above bit is needed. It is only for screens < 600px width (older smartphones?) where the admin bar is specifically set to `position: absolute`. On the other hand I can't test this natively at the moment.