Skip to content
Snippets Groups Projects
Commit c952483a authored by Carsten  Rose's avatar Carsten Rose
Browse files

Increase z-index in CSS 'dropdown-menu' class to 1060. The 'tablesorter >...

Increase z-index in CSS 'dropdown-menu' class to 1060. The 'tablesorter > columnselector' will be hidden with 'qfq-sticky' by values < 1000.
parent d2116c7a
No related branches found
No related tags found
No related merge requests found
Pipeline #2397 passed
......@@ -828,3 +828,7 @@ thead.qfq-sticky th, thead.qfq-sticky td {
thead.qfq-sticky td {
top: 49px;
}
.dropdown-menu {
z-index: 1060;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment