Project

General

Profile

Actions

Bug #86993

open

Nested modals do not block previous modal

Added by Armin Vieweg over 5 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

With small CSS improvement in global backend CSS file, you can fix this.

Before:

After:

CSS Fix:

.modal-backdrop {
    z-index: 5000;
}

It works for an unlimited amount of levels. The trick is to set the modal-backdrop z-index equal to the modal z-index. The rest happens by the order of backdrop and modal in DOM.


Files

after.png (17.2 KB) after.png Armin Vieweg, 2018-11-25 03:00
before.png (19 KB) before.png Armin Vieweg, 2018-11-25 03:00

No data to display

Actions

Also available in: Atom PDF