This commit is contained in:
Juergen Kunz
2025-06-26 20:20:34 +00:00
parent 9df4a09414
commit 10c43ecd59
7 changed files with 152 additions and 63 deletions

View File

@ -87,9 +87,9 @@ export class DeesWindowLayer extends DeesElement {
pointer-events: all;
}
</style>
<div class="windowOverlay ${this.visible ? 'visible' : null}">
<div @click=${this.dispatchClicked} class="windowOverlay ${this.visible ? 'visible' : null}">
</div>
<div @click=${this.dispatchClicked} class="slotContent">
<div class="slotContent">
<slot></slot>
</div>
`;