This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add will-change to improve scrolling perf (
#5001
)
master
Nolan Lawson
7 years ago
committed by
Eugen Rochko
parent
6db034a866
commit
3d640dc8ac
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/javascript/styles/components.scss
+ 1
- 0
app/javascript/styles/components.scss
View File
@ -1587,6 +1587,7 @@
overflow-x
:
hidden
;
flex
:
1
1
auto
;
-webkit-overflow-scrolling
:
touch
;
will-change
:
transform
;
/
/
improves
perf
in
mobile
Chrome
&
.
optionally-scrollable
{
overflow-y
:
auto
;
Write
Preview
Loading…
Cancel
Save