mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
z-index handling was missing from LayoutWrapperTopbar
This commit is contained in:
parent
f9c2a65aed
commit
f3252b28ae
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: var(--zIndexTopbar);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue