From 50eafe6720150ba4bb9e7b8855cc38fae717ec02 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:12:08 +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 6c76ae37..fdb8c57c 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -30,7 +30,7 @@ html, body { .lastpicture { width: 40%; float: right; - height: 400px; + /* height: 400px; */ border: 1px solid red; padding: 10px; }