Fix overflow sizing issues

This commit is contained in:
Leon Grünewald 2024-09-07 16:01:11 +02:00
parent 3ddbe83ad4
commit 8248b1c274
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;

View file

@ -31,6 +31,7 @@
}
iframe {
display: block;
width: 100%;
height: 100%;
}