Skip to content

Commit

Permalink
General: Fix header position in exercise and course summaries (#9996)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaRangger authored Dec 11, 2024
1 parent 87742c4 commit da468e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.form-status-bar-container {
position: sticky;
top: var(--header-height);
top: 0;
z-index: 7;
background-color: var(--bs-card-bg);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nav {
position: sticky;
top: var(--header-height);
top: 0;
z-index: 2;
padding: 1rem 0;
background: var(--bs-card-bg);
Expand Down

0 comments on commit da468e2

Please sign in to comment.