From f3252b28ae5d69bbfb35c40aef8f9be8652d821b Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 20 Oct 2017 18:16:46 +0300 Subject: [PATCH] z-index handling was missing from LayoutWrapperTopbar --- src/components/LayoutWrapperTopbar/LayoutWrapperTopbar.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/LayoutWrapperTopbar/LayoutWrapperTopbar.css b/src/components/LayoutWrapperTopbar/LayoutWrapperTopbar.css index 58c12a68..e150fece 100644 --- a/src/components/LayoutWrapperTopbar/LayoutWrapperTopbar.css +++ b/src/components/LayoutWrapperTopbar/LayoutWrapperTopbar.css @@ -1,4 +1,7 @@ +@import '../../marketplace.css'; + .root { width: 100%; position: relative; + z-index: var(--zIndexTopbar); }