From 173b2c53ab1f1aca766bd2ef7d140ef0ef70390b Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Sun, 27 Nov 2022 21:45:49 +0200 Subject: Added height to html body --- css/voidnet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/voidnet.css b/css/voidnet.css index 406547f..c263a92 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -9,6 +9,8 @@ body{ background-attachment: fixed; background-repeat: no-repeat; font-family: "OpenSans-Regular"; + height: 100%; + overflow: scroll; } a{ -- cgit v1.2.3-86-g962b