Prevent side scrolling

This commit is contained in:
André Wahlberg 2020-11-26 20:07:38 +01:00
parent 025061693c
commit f4ee176f67

View File

@ -20,6 +20,10 @@ html, body, #root, #app {
height: 100%; height: 100%;
} }
#root {
overflow: hidden;
}
button { button {
background: none; background: none;
border: none; border: none;