From 1a0a561053bbef966317770f2f9ff2b5e4c45d38 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 1 Jul 2019 13:06:43 +0200 Subject: BUGFIX Set background attachment as fixed for scrolling --- src/styles/main.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/main.scss') 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; } -- cgit 1.2.3-korg