From 2a0f1475b744d525f47a3339987073418f4a7e98 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 4 Oct 2017 13:25:31 +0200 Subject: [PATCH] Move UI messages above dialog overlay --- skins/elastic/styles/widgets/messages.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/elastic/styles/widgets/messages.less b/skins/elastic/styles/widgets/messages.less index b197862cd..70ad49e1b 100644 --- a/skins/elastic/styles/widgets/messages.less +++ b/skins/elastic/styles/widgets/messages.less @@ -15,7 +15,7 @@ position: absolute; bottom: .5em; right: .7em; - z-index: 99; + z-index: 102; /* needs to be above .ui-widget-overlay */ width: 320px; height: auto; max-height: 85%; @@ -58,7 +58,7 @@ padding: .75em; color: @color-message; border: 1px solid @color-message-border; - box-shadow: 1px 1px 2px @color-message-shadow; +/* box-shadow: 1px 1px 2px @color-message-shadow; */ background-color: @color-message-background; display: flex;