You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
346 B

// These settings will be only for one version
// Scrolable navbar
/*
.navbar {
&.fixed-top,
&.sticky-top {
.navbar-collapse {
@media (min-width: 400px) and (max-width: 767px),
(min-width: 800px) and (max-width: 850px) {
max-height: 340px;
overflow-x: hidden;
overflow-y: auto;
}
}
}
}
*/