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

Add new CSS class 'qfq-sticky-element' - to stick individual elements

parent ac82758a
No related branches found
No related tags found
No related merge requests found
Pipeline #2599 passed
......@@ -825,6 +825,7 @@ legend {
}
thead.qfq-sticky th, thead.qfq-sticky td {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: white;
......@@ -837,4 +838,10 @@ thead.qfq-sticky td {
.dropdown-menu {
z-index: 1060;
}
\ No newline at end of file
}
.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