fix(core): update
This commit is contained in:
parent
c554e730a6
commit
14ab3682f2
@ -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'
|
||||
}
|
||||
|
@ -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}">
|
||||
|
Loading…
Reference in New Issue
Block a user