From 0dd7702786c55ff7bdeac571273eb21e9af30605 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 6 Jan 2023 11:18:44 +0100 Subject: [PATCH] Fix zIndex for experiment table header [SCI-7699] --- app/assets/stylesheets/experiment/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/experiment/table.scss b/app/assets/stylesheets/experiment/table.scss index 6ff758a1e..e12f0ecd1 100644 --- a/app/assets/stylesheets/experiment/table.scss +++ b/app/assets/stylesheets/experiment/table.scss @@ -60,7 +60,7 @@ position: sticky; position: -webkit-sticky; top: 0; - z-index: 2; + z-index: 10; &.select-all-checkboxes { justify-content: center;