#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 {