This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
UTPass-Website/mdb/scss/free/_depreciated.scss

18 lines
346 B
SCSS
Raw Normal View History

2019-09-15 11:19:29 +00:00
// 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;
}
}
}
}
*/