Show dropdowns above sticky shifts headers
This commit is contained in:
parent
e2f387d111
commit
642a49aefe
|
@ -168,6 +168,9 @@ table a > .icon-icon_angel {
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
max-height: calc(100vh - 300px); // 300px: menu offset
|
max-height: calc(100vh - 300px); // 300px: menu offset
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
// Show above shifts headers
|
||||||
|
z-index: $zindex-sticky + 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: map-get($grid-breakpoints, 'lg')) {
|
@media (min-width: map-get($grid-breakpoints, 'lg')) {
|
||||||
|
|
Loading…
Reference in New Issue