Changeset 13476 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_iso-editor.scss
- Timestamp:
- 04/09/2024 06:31:42 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_iso-editor.scss
r13281 r13476 1 1 /* Move the Block Editor toolbar below the Header & Also Viewing z-index bar */ 2 .iso-editor.has-fixed-toolbar .interface-interface-skeleton__header { 3 z-index: var(--wp--custom--z-index--iso-editor); 2 .iso-editor { 3 border-color: var(--wp--custom--form--border--color); 4 border-radius: var(--wp--custom--form--border--radius); 5 6 &.has-fixed-toolbar .interface-interface-skeleton__header { 7 z-index: var(--wp--custom--z-index--iso-editor); 8 } 4 9 }
Note: See TracChangeset
for help on using the changeset viewer.