Skip to content

Commit

Permalink
lower the z-index to be below the side navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Nov 7, 2023

Verified

This commit was signed with the committer’s verified signature.
bmesuere Bart Mesuere
1 parent 79a6d2f commit d63541f
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/components/card.css.scss
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ a.card-title-link:hover {
margin: 0;
}

.card-title-text + .card-subtitle-text {
.card-title-text+.card-subtitle-text {
margin-top: 0.4em;
}

@@ -191,7 +191,7 @@ a.card-title-link:hover {
border-top: 1px solid var(--d-divider);
}

.card-title + .card-border {
.card-title+.card-border {
border-top: 0;
}

@@ -230,7 +230,7 @@ a.card-title-link:hover {
overflow: visible;
}

.card-nav > .card-title {
.card-nav>.card-title {
padding-bottom: 0;
padding-top: 11px;
}
@@ -304,7 +304,7 @@ a.card-title-link:hover {
.nav-tabs.sticky {
position: sticky;
top: var(--d-navbar-height);
z-index: 9;
z-index: 4;
background-color: var(--d-surface);
}

@@ -371,7 +371,7 @@ a.card-title-link:hover {
}
}

.card-supporting-text .course-item + .course-item {
.card-supporting-text .course-item+.course-item {
margin-top: 16px;
}

3 changes: 2 additions & 1 deletion app/assets/stylesheets/models/submissions.css.scss
Original file line number Diff line number Diff line change
@@ -279,6 +279,7 @@
}

table.diff.csv-diff {

td,
.del,
.ins,
@@ -329,7 +330,7 @@
padding-top: 12px;
position: sticky;
top: 101px;
z-index: 9;
z-index: 4;
background-color: var(--d-surface);
}

0 comments on commit d63541f

Please sign in to comment.