1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12: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;
}
.onTop {
z-index: 1;
z-index: 20;
}
.spectrum-Tabs {
padding-left: var(--spacing-xl);