diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:06:43 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:06:43 +0200 |
commit | 1a0a561053bbef966317770f2f9ff2b5e4c45d38 (patch) | |
tree | ee22ead57d3b0a331cf89f8b67620dcfb3a2a067 | |
parent | b99c4849d5a8e8b82d8ae294226e0a13cccdadc6 (diff) |
BUGFIX Set background attachment as fixed for scrolling
-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; } |