Thomas G. Lopes
commited on
Commit
·
b598d3d
1
Parent(s):
0ce274f
fix overflow
Browse files- src/app.css +4 -0
src/app.css
CHANGED
@@ -64,3 +64,7 @@
|
|
64 |
html {
|
65 |
font-size: 15px;
|
66 |
}
|
|
|
|
|
|
|
|
|
|
64 |
html {
|
65 |
font-size: 15px;
|
66 |
}
|
67 |
+
|
68 |
+
body {
|
69 |
+
overflow: hidden;
|
70 |
+
}
|