Skip to content
Snippets Groups Projects
Commit efdbba2c authored by Claire Ristow's avatar Claire Ristow
Browse files

Issue #3381043: Table heads show on top of flyouts

parent 8428b181
No related branches found
No related tags found
1 merge request!50Issue #3381043: Table heads show on top of flyouts
......@@ -59,7 +59,7 @@ body {
width: 4rem;
position: fixed;
height: 100vh;
z-index: 102; /* Appear above Olivero's expand menu button. */
z-index: 501;
padding-left: var(--space-xs);
padding-right: var(--space-xs);
padding-top: var(--space-xs);
......
......@@ -53,7 +53,7 @@ body {
inline-size: 64px;
position: fixed;
height: 100vh;
z-index: 102; /* Appear above Olivero's expand menu button. */
z-index: 501;
padding-inline: var(--space-xs);
padding-block-start: var(--space-xs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment