Actions
Feature #1891
closedRaise substantially the z-index for modal dialogs
Start date:
05/02/2013
Due date:
% Done:
0%
Estimated time:
Description
When showing a modal dialog, the backdrop gets z-index 3 and the dialog 4.
This is okay if the application itself doesn't use anything beyond 2.
In our instance there's a header component with a higher index. As a result it is shown on top of the backdrop. And therefore also accepting click events.
Is there a workaround to raise the z-index programmatically ?
Updated by Koen Deforche over 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version changed from 3.3.0 to 3.3.1
Hey,
There's no harm indeed to change the z-index of a dialog to 100; making this configurable propably creates more new problems than it would solve...
Regards,
koen
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions