fix(core): update
This commit is contained in:
@@ -55,10 +55,12 @@ export class DeesMobilenavigation extends DeesElement {
|
||||
min-width: 370px;
|
||||
transform: translateX(200px);
|
||||
color: #fff;
|
||||
z-index: 100;
|
||||
z-index: 250;
|
||||
opacity: 0;
|
||||
padding: 16px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
background: #000;
|
||||
border-left: 1px dashed #444;
|
||||
pointer-events: none;
|
||||
|
@@ -42,6 +42,7 @@ export class DeesWindowLayer extends DeesElement {
|
||||
background: rgba(0, 0, 0, 0.0);
|
||||
backdrop-filter: brightness(1);
|
||||
pointer-events: none;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.visible {
|
||||
|
Reference in New Issue
Block a user