try to fix floating button with will-change:transform

This commit is contained in:
Nolan Lawson 2018-03-27 10:01:35 -07:00
parent 1d7d7612a6
commit 59cf489ca3

View file

@ -52,6 +52,7 @@
justify-content: flex-end;
position: -webkit-sticky;
position: sticky;
will-change: transform;
top: 10px;
z-index: 1000;
pointer-events: none;