Keep floating tabs on top of even the darn admin menu stuff

This commit is contained in:
benjamin melançon 2018-11-17 12:31:50 -05:00
parent a9cbf00dcf
commit a492cc4d17

View file

@ -26,7 +26,7 @@
.floating-tabs {
position: absolute;
left: 0.75rem;
z-index: 1;
z-index: 505;
background: rgba($white, 0.75);
// Top matches .is-fixed next sibling padding from _component.navbar.scss.
top: 3.3125em;