From 94516e051250ac56efb4cebd5e78728bd93cda66 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sat, 12 May 2018 18:32:09 +0200 Subject: [PATCH] removed bounce effect on touch devices --- src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.scss b/src/styles.scss index 6caef23..91c4873 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,5 +1,6 @@ /* You can add global styles to this file, and also import other style files */ html, body { + position: fixed; width: 100%; height: 100%; padding: 0;