fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-08 18:22:18 +01:00
parent c554e730a6
commit 14ab3682f2
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '1.0.233',
version: '1.0.234',
description: 'website for lossless.com'
}

View File

@ -79,6 +79,7 @@ export class DeesWindowLayer extends DeesElement {
.visible {
background: rgba(0, 0, 0, 0.2);
backdrop-filter: brightness(0.9) ${this.options.blur ? 'blur(2px)' : ''};
pointer-events: all;
}
</style>
<div class="windowOverlay ${this.visible ? 'visible' : null}">