z-index handling was missing from LayoutWrapperTopbar

This commit is contained in:
Vesa Luusua 2017-10-20 18:16:46 +03:00
parent f9c2a65aed
commit f3252b28ae

View file

@ -1,4 +1,7 @@
@import '../../marketplace.css';
.root {
width: 100%;
position: relative;
z-index: var(--zIndexTopbar);
}