From e4a5a3aeac0e2ef99b20e7487a5e8ae71d7950c9 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:05:38 +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 771f378f..0c8bfc60 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -14,7 +14,7 @@ html, body { .video { width: 100%; - overflow: auto; + /* overflow: auto; */ } .mainvideo {