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); }