From 118cf1fe8190dd25ed937f049c07cf151b9e6911 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Tue, 23 May 2023 23:26:32 +0200 Subject: [PATCH] Update the values of z-index after Amanda overhaul [SCI-8347] Co-authored-by: Sboursen --- app/assets/stylesheets/my_modules/protocols/index.scss | 2 +- app/assets/stylesheets/my_modules/results/index.scss | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/my_modules/protocols/index.scss b/app/assets/stylesheets/my_modules/protocols/index.scss index 551359d27..4035ca1ec 100644 --- a/app/assets/stylesheets/my_modules/protocols/index.scss +++ b/app/assets/stylesheets/my_modules/protocols/index.scss @@ -28,7 +28,7 @@ .dropdown { .dropdown-menu { - z-index: 100; + z-index: 9; } } } diff --git a/app/assets/stylesheets/my_modules/results/index.scss b/app/assets/stylesheets/my_modules/results/index.scss index 37cb11e55..6a2a923ba 100644 --- a/app/assets/stylesheets/my_modules/results/index.scss +++ b/app/assets/stylesheets/my_modules/results/index.scss @@ -81,10 +81,8 @@ } } -.content-pane { - .dropdown { - .dropdown-menu { - z-index: 100; - } +#results-toolbar { + .dropdown-menu { + z-index: 9; } }