Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon Firmware Selector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon Firmware Selector
Commits
f9738149
Unverified
Commit
f9738149
authored
Feb 22, 2024
by
Tom Herbers
Committed by
GitHub
Feb 22, 2024
Browse files
Options
Downloads
Plain Diff
Merge pull request #163 from kpanic23/patch-1
Update app.css: Make table header sticky
parents
ce80879e
caee4af9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.css
+7
-0
7 additions, 0 deletions
app.css
with
7 additions
and
0 deletions
app.css
+
7
−
0
View file @
f9738149
...
...
@@ -64,6 +64,13 @@ h1, h2, h3, h4, h5, h6 {
border-collapse
:
collapse
;
}
.table
>
thead
{
position
:
sticky
;
top
:
0
;
z-index
:
1
;
background
:
#fff
;
}
.table-striped
>
tbody
>
tr
:nth-of-type
(
2
n
+
1
)
{
background-color
:
#f9f9f9
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment