Skip to content
Snippets Groups Projects
Commit a8bf8f6e authored by Vincent Schippefilt's avatar Vincent Schippefilt
Browse files

[FIX] web: allow alt-click behind dialog overlay

Issue: when displaying the shortcuts with ALT key, when a dialog is open
the shortcuts are displayed in absolute position above the gray overlay
of the dialog, so it is possible to click on the buttons of the
shortcuts.
This fix will remove this possibility.
parent 263f81f6
Branches
Tags
No related merge requests found
......@@ -136,7 +136,6 @@ div.o_boolean_toggle {
height: 100%;
left: 0;
top: 0;
z-index: 1000000;
background-color: rgba(0,0,0,.6);
color: #FFFFFF;
justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment