From ca3fdcf7600edc791b241fa1b80fb31c5c895d77 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:09:52 +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 8e4a8d98..2a80651b 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -24,7 +24,7 @@ html, body { border: 1px solid blue; margin-right: 10px; padding: 10px; - overflow: auto; + overflow: visible; } .lastpicture {