summaryrefslogtreecommitdiff
path: root/public/css/app.css
diff options
context:
space:
mode:
authordev2026-06-27 07:21:35 +0200
committerdev2026-06-27 07:21:35 +0200
commit360b89653e612a4810c651c8089370d6fbb10f05 (patch)
tree0ca3e4401db9f0c36ee7bbdb722d83020f7f3dcc /public/css/app.css
parent2af0be1b905f08e97e875d225f84e02b841579c6 (diff)
downloadcurious-360b89653e612a4810c651c8089370d6fbb10f05.tar.gz
fix: set background-attachment to fixed for proper background image display
Diffstat (limited to 'public/css/app.css')
-rw-r--r--public/css/app.css2
1 files changed, 1 insertions, 1 deletions
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;
}