taitems / Aristo-jQuery-UI-Theme

The "Aristo" theme for Cappuccino ported to a jQuery UI Theme

Home Page:http://taitems.github.com/Aristo-jQuery-UI-Theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal dialog occluding resizable element

opened this issue · comments

When modal dialog is shown above resizeable element, resizeable element can be resized despite full screen overlay being shown.

I believe the solution is to change z-index from 99999 to 999 on line #358 of the CSS file. The reason for this is that the dialog is automatically positioned at 1001+ (for multiple dialogs) so 999 is the highest index beneath a dialog box.

Sorry, was away on holidays for 3 weeks. Will investigate this soon.

No problem, hope you had a good time!

Fixed locally pending commit.