1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +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 d0c2d74eb5
commit 36f42d0426

View file

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