diff options
Diffstat (limited to 'src/web/index.css')
| -rw-r--r-- | src/web/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.css b/src/web/index.css index 6b1927f..bcdecae 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -1,6 +1,7 @@ html { height: 100vh; width: 100vw; + overflow: hidden; } body { |