Changes between Initial Version and Version 1 of Ticket #58455, comment 52
- Timestamp:
- 10/16/2023 08:35:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58455, comment 52
initial v1 9 9 }}} 10 10 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. 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. 12 13 Not 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.