fix(core): update
This commit is contained in:
parent
0d05bfa5ff
commit
0df9fe750c
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-catalog',
|
name: '@designestate/dees-catalog',
|
||||||
version: '1.0.97',
|
version: '1.0.98',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -55,10 +55,12 @@ export class DeesMobilenavigation extends DeesElement {
|
|||||||
min-width: 370px;
|
min-width: 370px;
|
||||||
transform: translateX(200px);
|
transform: translateX(200px);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
z-index: 100;
|
z-index: 250;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
bottom: 0px;
|
||||||
background: #000;
|
background: #000;
|
||||||
border-left: 1px dashed #444;
|
border-left: 1px dashed #444;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -42,6 +42,7 @@ export class DeesWindowLayer extends DeesElement {
|
|||||||
background: rgba(0, 0, 0, 0.0);
|
background: rgba(0, 0, 0, 0.0);
|
||||||
backdrop-filter: brightness(1);
|
backdrop-filter: brightness(1);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible {
|
.visible {
|
||||||
|
Loading…
Reference in New Issue
Block a user