Keep floating tabs on top of even the darn admin menu stuff
This commit is contained in:
parent
a9cbf00dcf
commit
a492cc4d17
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
.floating-tabs {
|
.floating-tabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0.75rem;
|
left: 0.75rem;
|
||||||
z-index: 1;
|
z-index: 505;
|
||||||
background: rgba($white, 0.75);
|
background: rgba($white, 0.75);
|
||||||
// Top matches .is-fixed next sibling padding from _component.navbar.scss.
|
// Top matches .is-fixed next sibling padding from _component.navbar.scss.
|
||||||
top: 3.3125em;
|
top: 3.3125em;
|
||||||
|
|
Loading…
Reference in a new issue