Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
ea39fc9a
Commit
ea39fc9a
authored
Nov 08, 2019
by
Carsten Rose
Browse files
Change sticky to 'top: 33px;', remove 'qfq-sticky-element'
parent
9e276c99
Pipeline
#2673
passed with stages
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
less/qfq-bs.css.less
View file @
ea39fc9a
...
...
@@ -843,6 +843,12 @@ legend {
}
}
.qfq-sticky {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
thead.qfq-sticky th, thead.qfq-sticky td {
position: -webkit-sticky; /* Safari */
position: sticky;
...
...
@@ -852,15 +858,11 @@ thead.qfq-sticky th, thead.qfq-sticky td {
}
thead.qfq-sticky td {
top:
49
px;
top:
33
px;
}
.dropdown-menu {
z-index:
106
0;
z-index:
92
0;
}
.qfq-sticky-element {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment