#6, Refactor to use overflow-x and overflow-y
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
||||
Reference in New Issue
Block a user