From ac341642e43c6cde35cefe000741104db1482c6d Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Wed, 21 Apr 2021 12:54:26 +1000 Subject: [PATCH] did thingy for admin page --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index bda4004..f2a9903 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -7,7 +7,8 @@ body{ background: rgb(182,151,255); background: linear-gradient(180deg, rgba(182,151,255,1) 0%, rgba(113,63,230,1) 100%); - height:100vh + height:100vh; + background-attachment: fixed; } .navbarrr{ background: rgb(38,9,108);