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

Change sticky to 'top: 33px;', remove 'qfq-sticky-element'

parent 9e276c99
No related branches found
No related tags found
No related merge requests found
Pipeline #2673 passed
...@@ -843,6 +843,12 @@ legend { ...@@ -843,6 +843,12 @@ legend {
} }
} }
.qfq-sticky {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
thead.qfq-sticky th, thead.qfq-sticky td { thead.qfq-sticky th, thead.qfq-sticky td {
position: -webkit-sticky; /* Safari */ position: -webkit-sticky; /* Safari */
position: sticky; position: sticky;
...@@ -852,15 +858,11 @@ thead.qfq-sticky th, thead.qfq-sticky td { ...@@ -852,15 +858,11 @@ thead.qfq-sticky th, thead.qfq-sticky td {
} }
thead.qfq-sticky td { thead.qfq-sticky td {
top: 49px; top: 33px;
} }
.dropdown-menu { .dropdown-menu {
z-index: 1060; z-index: 920;
} }
.qfq-sticky-element {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
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