_depreciated.scss 346 B

123456789101112131415161718
  1. // These settings will be only for one version
  2. // Scrolable navbar
  3. /*
  4. .navbar {
  5. &.fixed-top,
  6. &.sticky-top {
  7. .navbar-collapse {
  8. @media (min-width: 400px) and (max-width: 767px),
  9. (min-width: 800px) and (max-width: 850px) {
  10. max-height: 340px;
  11. overflow-x: hidden;
  12. overflow-y: auto;
  13. }
  14. }
  15. }
  16. }
  17. */