From 3e4c200a989e28d5f7de9635747f85e3f480d194 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 29 Aug 2021 11:32:27 +0200 Subject: [PATCH] Elastic: Make sure popovers/menus are above TinyMCE dialogs --- skins/elastic/styles/widgets/dialogs.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skins/elastic/styles/widgets/dialogs.less b/skins/elastic/styles/widgets/dialogs.less index 09a7ff33f..2d946cb21 100644 --- a/skins/elastic/styles/widgets/dialogs.less +++ b/skins/elastic/styles/widgets/dialogs.less @@ -49,6 +49,7 @@ box-shadow: 3px 3px 5px @color-popover-shadow; border-color: @color-layout-border; padding: 0; + z-index: 1300; .popover-header { // On mobile don't display popup arrows and titles @@ -100,7 +101,7 @@ html.layout-phone { } .popover-overlay { - z-index: 1000; + z-index: 1299; background-color: @color-dialog-overlay-background; position: absolute; top: 0; @@ -153,7 +154,7 @@ html.touch .popover { max-width: initial; margin: 0; height: auto; - z-index: 1300; // above TinyMCE dialogs + z-index: 1301; // above TinyMCE dialogs .popover-header { border-radius: .25rem .25rem 0 0 !important;