add sticky class for nav menus

This commit is contained in:
Antonela 2019-09-05 09:18:14 -04:00
parent f32fc30c76
commit efafbf5574

View File

@ -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 {