From 5d9faef167a47f19006225e2afbb21a4238fecf6 Mon Sep 17 00:00:00 2001 From: Michael Huynh Date: Fri, 9 Nov 2018 20:56:27 +0800 Subject: [PATCH] Adjust UI depth of query statistics A z-index value of less than 1020 is needed because the time selection dropdown shares the latter value via inheritance. Arbitrarily picked 1015 because it is a notch down. Related: #14004 --- public/sass/pages/_explore.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/pages/_explore.scss b/public/sass/pages/_explore.scss index 0ca6d17fcf0..4b07b04e330 100644 --- a/public/sass/pages/_explore.scss +++ b/public/sass/pages/_explore.scss @@ -165,7 +165,7 @@ position: absolute; top: 0; right: 90px; - z-index: 1024; + z-index: 1015; display: flex; flex-direction: column; justify-content: center;