Files
simrs-jatim/library/MDB/scss/free/_depreciated.scss
T
2024-04-19 14:04:41 +07:00

19 lines
346 B
SCSS

// 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;
}
}
}
}
*/