From a0d9cbf6b311ad4ef96ff57b51777e9ae823157e Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 20 Sep 2023 10:27:10 +0100 Subject: [PATCH] webapi: Remove deprecated css. The overlay setting for overflow has been deprecated for quite some time, and these days doesn't work on most browsers. --- internal/webapi/public/css/vspd.css | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/webapi/public/css/vspd.css b/internal/webapi/public/css/vspd.css index 368a324..206568f 100644 --- a/internal/webapi/public/css/vspd.css +++ b/internal/webapi/public/css/vspd.css @@ -2,7 +2,6 @@ html, body { height: 100%; } body { - overflow-y: overlay; background-color: #F3F5F6; color: #3D5873; display: flex;