vue-window icon indicating copy to clipboard operation
vue-window copied to clipboard

Add the "zOffset" parameter, which is the start offset of the z-index.

Open RyutaKojima opened this issue 5 years ago • 0 comments

Summary

I want a parameter that sets the start of z-index. This is because it is displayed before other component with z-index specified.

Construction

I added a "zOffset" parameter into "WindowType".

If "zOffset" specified, the z-index of the component with the same zGroup starts at that value. If not, it works the same as before.

Thanks for reading.

RyutaKojima avatar Sep 24 '20 01:09 RyutaKojima