about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-12-19 12:47:19 +0100
committerThibaut Girka <thib@sitedethib.com>2019-12-19 14:43:47 +0100
commitdace054c0680b3ac6e0da31f3ffa501cd8840fbf (patch)
tree33375e965ba16e3491f3bc3cd733ff2331a48220 /app/javascript/flavours/glitch/styles/components/index.scss
parente79fca176b0be8f81d8b366f2b2e5f1ee98ec5dd (diff)
[Glitch] Fix manual scrolling issue on Firefox/Windows
Port dc0750abc331749a92ffa96fed9fe048acdea3b1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss1
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;