diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/styles/main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 130fd54..b190206 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -5,6 +5,7 @@ html { height: 100%; background-size: cover; + background-attachment: fixed; -webkit-overflow-scrolling: touch; } |