Site Skeleton
This commit is contained in:
18
mdb/scss/free/_depreciated.scss
Normal file
18
mdb/scss/free/_depreciated.scss
Normal file
@ -0,0 +1,18 @@
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user