refactor(layout): remove sidebar fixes

This commit is contained in:
Dmitry Nehaychik 2017-09-21 12:35:57 +03:00
parent f01f16768a
commit 1cfbeb5fc4
2 changed files with 0 additions and 18 deletions

View file

@ -6,22 +6,6 @@
nb-layout-column.small {
flex: 0.15 !important;
}
// hot fix for iOS, TODO: move to framework
/deep/ body {
position: relative;
}
// hot fix for iOS, TODO: move to framework
nb-sidebar.fixed {
-webkit-transform: translate3d(0, 0, 0); // ios optimisation
height: calc(100vh - #{nb-theme(header-height)});
/deep/ .scrollable {
@include media-breakpoint-down(sm) {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}
}
nb-sidebar.settings-sidebar {
$sidebar-width: 7.5rem;