mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Add z-index to sticky question header
This commit is contained in:
parent
fda397777e
commit
a67668bbd3
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
@include media-breakpoint-up('sm') {
|
@include media-breakpoint-up('sm') {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: $navbar-height;
|
top: $navbar-height;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue