-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.2
-
Fix Version/s: 10.3
-
Component/s: Style & CSS, Web UI
-
Story Points:1
Since ELEMENTS-662 (10.2), adding a nuxeo-date-picker in a selection action's dialog, when you open it, it is displayed behind the dialog overlay as shown in attached screenshot.
This is caused by the nuxeo-selection-toolbar default z-index value 201 while the inner vaadin-date-picker 's overlay z-index is 200.
Setting 199 for nuxeo-selection-toolbar fixes the issue.
The workaround is to define:
--nuxeo-selection-toolbar: { z-index: 199; }
in your theme since this mixin is applied to nuxeo-selection-toolbar.
- is related to
-
ELEMENTS-662 Use vaadin date picker in nuxeo-date-picker
- Resolved