1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Bump z-index to always be on top

This commit is contained in:
Rory Powell 2022-01-10 11:50:08 +00:00
parent 06114d9481
commit c0006b4d8f

View file

@ -102,7 +102,7 @@
border-bottom: none !important; border-bottom: none !important;
} }
.onTop { .onTop {
z-index: 1; z-index: 20;
} }
.spectrum-Tabs { .spectrum-Tabs {
padding-left: var(--spacing-xl); padding-left: var(--spacing-xl);