Skip to content
Snippets Groups Projects
Commit 0b8146c9 authored by Thanh Dodeur's avatar Thanh Dodeur
Browse files

[FIX] mail: sets the z-index of dialog to the z-index of modals


This commit gives to o_Dialog the same z-index as modals, before
this commit, the dialog could be hidden or partially obstructed
by other elements.

part of task-2171884

closes odoo/odoo#60440

X-original-commit: b4de3c4e
Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent 49aad4ed
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
z-index: $zindex-modal;
}
// ------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment