Prevent side scrolling
This commit is contained in:
parent
025061693c
commit
f4ee176f67
@ -20,6 +20,10 @@ html, body, #root, #app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#root {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user