Changeset 13245
- Timestamp:
- 02/27/2024 09:57:40 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r13056 r13245 2470 2470 } 2471 2471 2472 .editor-panel__left .panel-header {2472 .editor-panel__left .panel-header, .editor-panel__right { 2473 2473 position: -webkit-sticky; 2474 2474 position: sticky; … … 2485 2485 .admin-bar .editor-panel__left .panel-header, 2486 2486 .admin-bar .editor-panel__right { 2487 top: calc( var(--wp- global-header-height) + var(--wp-admin--admin-bar--height) );2487 top: calc( var(--wp-admin--admin-bar--height) ); 2488 2488 } 2489 2489 }
Note: See TracChangeset
for help on using the changeset viewer.