fix: make bottom visible on smaller screens

This commit is contained in:
frederik
2026-02-28 10:57:00 +01:00
parent 13e44a72de
commit 88985a3a6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ h3 {
iframe { iframe {
border: none; border: none;
height: 90%; height: 88%;
width: 100%; width: 100%;
position: fixed; position: fixed;
background-color: grey; background-color: grey;
+1 -1
View File
@@ -24,7 +24,7 @@ h3 {
iframe { iframe {
border: none; border: none;
height: 90%; height: 88%;
width: 100%; width: 100%;
position: fixed; position: fixed;
} }