Spaces:
Sleeping
Sleeping
no overflow default html
Browse files- utils/consts.ts +1 -0
utils/consts.ts
CHANGED
|
@@ -9,6 +9,7 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
| 9 |
display: flex;
|
| 10 |
justify-content: center;
|
| 11 |
align-items: center;
|
|
|
|
| 12 |
height: 100dvh;
|
| 13 |
font-family: "Arial", sans-serif;
|
| 14 |
text-align: center;
|
|
|
|
| 9 |
display: flex;
|
| 10 |
justify-content: center;
|
| 11 |
align-items: center;
|
| 12 |
+
overflow: hidden;
|
| 13 |
height: 100dvh;
|
| 14 |
font-family: "Arial", sans-serif;
|
| 15 |
text-align: center;
|