#6, Refactor to use overflow-x and overflow-y

This commit is contained in:
Alex Shpak
2018-11-25 12:38:58 +01:00
parent 11ad84dd50
commit 461aafe995
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
position: fixed;
top: 0;
bottom: 0;
overflow: hidden auto;
overflow-x: hidden;
overflow-y: auto;
}
.hide {
+2 -2
View File
@@ -10,7 +10,7 @@ html {
html,
body {
min-width: $body-min-width;
overflow: hidden auto;
overflow-x: hidden;
}
body {
@@ -178,7 +178,7 @@ aside nav,
transform: translateX($menu-width);
}
.book-header label img {
.book-header label {
transform: rotate(90deg);
}