Add z-index to sticky question header

This commit is contained in:
Andreas Nedbal 2023-12-09 22:52:27 +01:00 committed by Andreas Nedbal
parent fda397777e
commit a67668bbd3
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
@include media-breakpoint-up('sm') {
position: sticky;
top: $navbar-height;
z-index: 1;
}
}
}