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;