fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:09:52 +02:00
parent 49456cca65
commit ca3fdcf760

View File

@@ -24,7 +24,7 @@ html, body {
border: 1px solid blue;
margin-right: 10px;
padding: 10px;
overflow: auto;
overflow: visible;
}
.lastpicture {