allow context-menus/tooltips to work over modals

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2018-06-12 11:12:12 +01:00
parent 074051297a
commit e7a4a0b2e0
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
.mx_ContextualMenu_wrapper { .mx_ContextualMenu_wrapper {
position: fixed; position: fixed;
z-index: 2000; z-index: 5000;
} }
.mx_ContextualMenu_background { .mx_ContextualMenu_background {
@ -26,7 +26,7 @@ limitations under the License.
width: 100%; width: 100%;
height: 100%; height: 100%;
opacity: 1.0; opacity: 1.0;
z-index: 2000; z-index: 5000;
} }
.mx_ContextualMenu { .mx_ContextualMenu {
@ -37,7 +37,7 @@ limitations under the License.
position: absolute; position: absolute;
padding: 6px; padding: 6px;
font-size: 14px; font-size: 14px;
z-index: 2001; z-index: 5001;
} }
.mx_ContextualMenu.mx_ContextualMenu_right { .mx_ContextualMenu.mx_ContextualMenu_right {