forked from cybrespace/pinafore
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;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
will-change: transform;
|
||||
top: 10px;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in New Issue