mirror of
https://github.com/torproject/lego.git
synced 2025-02-22 11:10:36 +00:00
add sticky class for nav menus
This commit is contained in:
parent
f32fc30c76
commit
efafbf5574
@ -645,6 +645,13 @@ table {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
// Sticky menu
|
||||
.sticky {
|
||||
position: sticky;
|
||||
top: 105px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
// Small devices (landscape phones, less than 768px)
|
||||
@include media-breakpoint-down(sm) {
|
||||
.mobile {
|
||||
|
Loading…
x
Reference in New Issue
Block a user