moveable icon indicating copy to clipboard operation
moveable copied to clipboard

New Feature: add zIndex option

Open nzbin opened this issue 2 years ago • 3 comments

Now the moveable-control-box has a css attr z-index: 3000. I don't know whether there has a option to modify its z-index.

nzbin avatar Dec 01 '21 10:12 nzbin

Use css rules:

https://github.com/daybrush/moveable/issues/478 https://github.com/daybrush/moveable/blob/808d27f102ac121fa2e9c4fb0d73ff926b727dce/custom_css.md#default-css

ccpu avatar Dec 29 '21 16:12 ccpu

Use style prop

<Moveable
style={{
    zIndex: 1000,
}}/>

daybrush avatar Jan 03 '22 17:01 daybrush

Use style prop

<Moveable
style={{
    zIndex: 1000,
}}/>

It's not working with Angular.

nzbin avatar Jan 10 '22 05:01 nzbin