From 652c149ca23cea6441e7fc1934b7ff0553f3e6b2 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Mon, 31 Dec 2018 12:55:03 +0000 Subject: [PATCH] Explore: fix loading indicator z-index on panel container - existing z-index placed the loading indicator above dropdowns of the panel children - removed z-index for natural ordering --- public/sass/pages/_explore.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sass/pages/_explore.scss b/public/sass/pages/_explore.scss index 37ed0bcbc92..dd1afea7394 100644 --- a/public/sass/pages/_explore.scss +++ b/public/sass/pages/_explore.scss @@ -135,7 +135,6 @@ position: absolute; animation: loader 2s cubic-bezier(0.17, 0.67, 0.83, 0.67); animation-iteration-count: 100; - z-index: 2; background: $blue; }