Show dropdowns above sticky shifts headers

This commit is contained in:
Igor Scheller 2023-02-04 02:36:16 +01:00 committed by Michael Weimann
parent e2f387d111
commit 642a49aefe
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ table a > .icon-icon_angel {
.dropdown-menu {
max-height: calc(100vh - 300px); // 300px: menu offset
overflow: auto;
// Show above shifts headers
z-index: $zindex-sticky + 2;
}
@media (min-width: map-get($grid-breakpoints, 'lg')) {