From e2f4cde884b09de96762179e03c59ff30d07b5dc Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:10:21 +0200 Subject: [PATCH] fix overflow --- api/public/css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 2a80651b..6c76ae37 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -20,7 +20,7 @@ html, body { .mainvideo { width: 50%; float: left; - height: 500px; + height: 100%; border: 1px solid blue; margin-right: 10px; padding: 10px;