From 53ab71036f99dd7a5bf38d8be4131b3acdec60ce Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:04:41 +0200 Subject: [PATCH] fix overflow --- api/public/css/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index f1433cb8..771f378f 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -3,6 +3,10 @@ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } +html, body { + overflow: auto; +} + .header { color: black; text-align: center;