scrollbar: fix side menu on mobile devices

This commit is contained in:
Alexander Zobnin
2018-04-03 14:48:48 +03:00
parent 7b75b251b1
commit 3fcd262711

View File

@@ -192,7 +192,17 @@
// Width needs to be set to prevent content width issues
// Set to 99% instead of 100% for fixing Firefox issue (white stripe on the right of scrollbar)
width: 99%;
min-width: 99%;
}
// Fix for side menu on mobile devices
.sidemenu-open.sidemenu-open--xs {
.main-view.baron {
min-width: 0%;
}
}
.main-view.baron {
min-width: 99%;
}
.baron__clipper {