From 7a5c8d78b6be1b0e8d461cebcb819714c2a21556 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Tue, 3 Nov 2020 11:14:35 +0100 Subject: [PATCH] Z-index fix (#11248) * tooltips 1.0.1 * tooltips 1.0.1 * z-index fix --- app/assets/stylesheets/components/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/header.scss b/app/assets/stylesheets/components/header.scss index ab434d358..8996ec6cd 100644 --- a/app/assets/stylesheets/components/header.scss +++ b/app/assets/stylesheets/components/header.scss @@ -6,13 +6,13 @@ height: var(--header-height); background: var(--header-bg); box-shadow: 0 1px 1px var(--header-shadow); + z-index: var(--z-sticky); .default-header & { position: fixed; top: 0px; left: 0px; right: 0px; - z-index: var(--z-sticky); } &__container {