change zIndex for floating panel
I also have questions about changing zIndex for floating panel.
I plan to migrate my application from sencha-touch 1.1 to 2.0.
I need to use other javascript component whose zIndex is larger than sencha-touch, even for floating one.
In sencha-touch 1.1, floating z-index was 10,000, as far as I know.
In sencha-touch 2.0RC, floating z-index seems 6 in default.
But I could not change z-index Panel in modal by config parameter: zIndex.
I tried to change in scss too, but z-index seems to be updated dynamically.
So not work this too.
I understand floating zindex specification has changed in sencha-touch 2.0.
However, could you advice me how to solve this problem?