fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:07:52 +02:00
parent 4182be2872
commit 86ec261e81

View File

@@ -14,7 +14,7 @@ html, body {
.video { .video {
width: 100%; width: 100%;
/* overflow: auto; */ overflow: auto;
} }
.mainvideo { .mainvideo {
@@ -24,6 +24,7 @@ html, body {
border: 1px solid blue; border: 1px solid blue;
margin-right: 10px; margin-right: 10px;
padding: 10px; padding: 10px;
overflow: auto;
} }
.lastpicture { .lastpicture {