enzostvs HF Staff commited on
Commit
473c526
·
1 Parent(s): 6f7056f

no overflow default html

Browse files
Files changed (1) hide show
  1. 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;