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.
This commit is contained in:
jholdstock 2023-09-20 10:27:10 +01:00 committed by Jamie Holdstock
parent 1e6b379864
commit a0d9cbf6b3

View File

@ -2,7 +2,6 @@ html, body {
height: 100%; height: 100%;
} }
body { body {
overflow-y: overlay;
background-color: #F3F5F6; background-color: #F3F5F6;
color: #3D5873; color: #3D5873;
display: flex; display: flex;