Bump z-index to always be on top
This commit is contained in:
parent
06114d9481
commit
c0006b4d8f
|
@ -102,7 +102,7 @@
|
|||
border-bottom: none !important;
|
||||
}
|
||||
.onTop {
|
||||
z-index: 1;
|
||||
z-index: 20;
|
||||
}
|
||||
.spectrum-Tabs {
|
||||
padding-left: var(--spacing-xl);
|
||||
|
|
Loading…
Reference in New Issue