Disable scrollbar on viewport
This commit is contained in:
parent
b14278dda8
commit
de2b592fae
|
@ -1,3 +1,8 @@
|
|||
body {
|
||||
overflow: hidden; // Disable scrolling
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.main_container {
|
||||
height: 97vh;
|
||||
width: 98vw;
|
||||
|
|
Loading…
Reference in New Issue