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 --- public/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/app.css b/public/css/app.css index f3af12f..51d922a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -9888,7 +9888,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; } -- cgit v1.2.3