fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-17 19:56:22 +02:00
parent 0d05bfa5ff
commit 0df9fe750c
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.97',
version: '1.0.98',
description: 'website for lossless.com'
}

View File

@ -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;

View File

@ -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 {