diff options
author | ThibG <thib@sitedethib.com> | 2019-12-19 12:47:19 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-12-19 14:43:47 +0100 |
commit | dace054c0680b3ac6e0da31f3ffa501cd8840fbf (patch) | |
tree | 33375e965ba16e3491f3bc3cd733ff2331a48220 | |
parent | e79fca176b0be8f81d8b366f2b2e5f1ee98ec5dd (diff) |
[Glitch] Fix manual scrolling issue on Firefox/Windows
Port dc0750abc331749a92ffa96fed9fe048acdea3b1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index febc95513..8e576fd86 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -726,7 +726,6 @@ overflow-x: hidden; flex: 1 1 auto; -webkit-overflow-scrolling: touch; - will-change: transform; // improves perf in mobile Chrome &.optionally-scrollable { overflow-y: auto; |