diff options
| author | dev | 2026-06-27 07:21:35 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 07:21:35 +0200 |
| commit | 360b89653e612a4810c651c8089370d6fbb10f05 (patch) | |
| tree | 0ca3e4401db9f0c36ee7bbdb722d83020f7f3dcc /resources | |
| parent | 2af0be1b905f08e97e875d225f84e02b841579c6 (diff) | |
| download | curious-360b89653e612a4810c651c8089370d6fbb10f05.tar.gz | |
fix: set background-attachment to fixed for proper background image display
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/sass/_background.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
