From 15fc7f09b5a36af1b01b30dca63fef304186e7a1 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Tue, 29 Nov 2022 13:40:53 +0300 Subject: [PATCH] fix #2 --- themes/swr/assets/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/swr/assets/css/style.scss b/themes/swr/assets/css/style.scss index 280bcac..6cd0e57 100644 --- a/themes/swr/assets/css/style.scss +++ b/themes/swr/assets/css/style.scss @@ -12,7 +12,7 @@ body { background-attachment: fixed; background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg'); backdrop-filter: blur(5px); - min-height: 100%; + height: 100%; } #container {