Replies: 2 comments
-
in 5.1.16 (dev) Added new prop |
Beta Was this translation helpful? Give feedback.
0 replies
-
So, begin from 5.1.16 you can: <div data-role="window" data-z-index="100">...</div> or in js const win = Metro.getPlugin(el, "window")
win.zIndex(100) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when creating a window with html code
div data-role="window" div
t works but the created window does not come in front of other existing objects ..so would like to know how to solve this when using container i solved this by using z-index=9999
the other components are working fine !!! & easy to maintain
I hope somebody could help me on this
Beta Was this translation helpful? Give feedback.
All reactions