try to fix floating button with will-change:transform
This commit is contained in:
parent
1d7d7612a6
commit
59cf489ca3
|
@ -52,6 +52,7 @@
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
will-change: transform;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in New Issue