summaryrefslogtreecommitdiff
path: root/resources/sass/_background.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass/_background.scss')
-rw-r--r--resources/sass/_background.scss2
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 {