From 360b89653e612a4810c651c8089370d6fbb10f05 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:21:35 +0200 Subject: fix: set background-attachment to fixed for proper background image display --- resources/sass/_background.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/sass') diff --git a/resources/sass/_background.scss b/resources/sass/_background.scss index 452d4d2..4ef03bd 100644 --- a/resources/sass/_background.scss +++ b/resources/sass/_background.scss @@ -10,7 +10,7 @@ body { background-color: rgba(2, 11, 26, 0.65); background-position: center; background-repeat: no-repeat; - background-attachment: scroll; + background-attachment: fixed; background-size: cover; } .cover-container { -- cgit v1.2.3