mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-10 16:30:36 +01:00
add back will-change:transform
This commit is contained in:
parent
95edcc108a
commit
ff7598a9ad
@ -16,6 +16,7 @@ body {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
|
will-change: transform; /* avoids "Repaints on Scroll" warning in Chrome */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 72px;
|
top: 72px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user