fix(core): update

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

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}">