]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix manual scrolling issue on Firefox/Windows
authorThibG <thib@sitedethib.com>
Thu, 19 Dec 2019 11:47:19 +0000 (12:47 +0100)
committerThibaut Girka <thib@sitedethib.com>
Thu, 19 Dec 2019 13:43:47 +0000 (14:43 +0100)
Port dc0750abc331749a92ffa96fed9fe048acdea3b1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/index.scss

index febc95513226466059f782befa8cf62919a40259..8e576fd863369937e2c3bc2ecca02c096ec762d9 100644 (file)
   overflow-x: hidden;
   flex: 1 1 auto;
   -webkit-overflow-scrolling: touch;
-  will-change: transform; // improves perf in mobile Chrome
 
   &.optionally-scrollable {
     overflow-y: auto;