fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-29 20:39:17 +01:00
parent 7b7c469fab
commit 0a0be3e357
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -67,11 +67,13 @@ export class DeesWindowLayer extends DeesElement {
z-index: 200;
}
.slotContent {
position: fixed;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
z-index: 201;
}
.visible {