Add z-index to sticky question header
This commit is contained in:
parent
fda397777e
commit
a67668bbd3
|
@ -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 New Issue