summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinuxWizard42 <linuxwizard@voidnet.dy.fi>2022-11-27 21:45:49 +0200
committerLinuxWizard42 <linuxwizard@voidnet.dy.fi>2022-11-27 21:45:49 +0200
commit173b2c53ab1f1aca766bd2ef7d140ef0ef70390b (patch)
tree74d683ffbf734875dda903c345e8ab5764221bbd
parenta568509ca8162145e8cc291cbd07acc5e4dba876 (diff)
downloadVoidNet_Site-173b2c53ab1f1aca766bd2ef7d140ef0ef70390b.tar.gz
VoidNet_Site-173b2c53ab1f1aca766bd2ef7d140ef0ef70390b.tar.zst
Added height to html body
-rw-r--r--css/voidnet.css2
1 files changed, 2 insertions, 0 deletions
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{