From 8f2f9fd07d7d8388f669f75d66cd8c0012ef3179 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Tue, 16 Dec 2014 10:17:48 +1100 Subject: [PATCH] zIndex should actually sit higher than modals --- modules/backend/assets/css/october.css | 4 ++-- modules/backend/assets/vendor/sweet-alert/sweet-alert.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/backend/assets/css/october.css b/modules/backend/assets/css/october.css index ef806b653..8ab124326 100644 --- a/modules/backend/assets/css/october.css +++ b/modules/backend/assets/css/october.css @@ -15350,7 +15350,7 @@ div[data-control="balloon-selector"]:not(.control-disabled) ul li:hover { top: 0; bottom: 0; display: none; - z-index: 1050; + z-index: 8050; } .sweet-alert { background-color: #ffffff; @@ -15365,7 +15365,7 @@ div[data-control="balloon-selector"]:not(.control-disabled) ul li:hover { margin-top: -200px; overflow: hidden; display: none; - z-index: 2000; + z-index: 9050; } .sweet-alert h4 { margin: 30px 0; diff --git a/modules/backend/assets/vendor/sweet-alert/sweet-alert.less b/modules/backend/assets/vendor/sweet-alert/sweet-alert.less index 166c8247e..a1982352d 100644 --- a/modules/backend/assets/vendor/sweet-alert/sweet-alert.less +++ b/modules/backend/assets/vendor/sweet-alert/sweet-alert.less @@ -14,7 +14,7 @@ bottom: 0; display: none; - z-index: @zindex-modal; + z-index: @zindex-modal + 7000; } .sweet-alert { @@ -35,7 +35,7 @@ overflow: hidden; display: none; - z-index: 2000; + z-index: @zindex-modal + 8000; h4 { margin: 30px 0;