Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
6825cf77
Commit
6825cf77
authored
Nov 04, 2019
by
Carsten Rose
Browse files
Add new CSS class 'qfq-sticky-element' - to stick individual elements
parent
ac82758a
Pipeline
#2599
passed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
less/qfq-bs.css.less
View file @
6825cf77
...
...
@@ -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;
}
Write
Preview
Markdown
is supported
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