diff options
| author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-27 21:45:49 +0200 |
|---|---|---|
| committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-27 21:45:49 +0200 |
| commit | 173b2c53ab1f1aca766bd2ef7d140ef0ef70390b (patch) | |
| tree | 74d683ffbf734875dda903c345e8ab5764221bbd | |
| parent | a568509ca8162145e8cc291cbd07acc5e4dba876 (diff) | |
| download | VoidNet_Site-173b2c53ab1f1aca766bd2ef7d140ef0ef70390b.tar.gz VoidNet_Site-173b2c53ab1f1aca766bd2ef7d140ef0ef70390b.tar.zst | |
Added height to html body
| -rw-r--r-- | css/voidnet.css | 2 |
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{ |
