fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:04:41 +02:00
parent 1237bc4c78
commit 53ab71036f

View File

@@ -3,6 +3,10 @@ body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html, body {
overflow: auto;
}
.header {
color: black;
text-align: center;