JSFrame.js examples Window display order

To adjust the order of the window and other elements, specify parentElement in the initialization. The idea is to specify the z-index of parentElement.
(The order in which the window's parentElement and other elements are displayed follows stack context rendering order.)


View source on GitHub