diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index f14f18f..9f6ab75 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -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' } diff --git a/ts_web/elements/dees-windowlayer.ts b/ts_web/elements/dees-windowlayer.ts index 579a63d..7702821 100644 --- a/ts_web/elements/dees-windowlayer.ts +++ b/ts_web/elements/dees-windowlayer.ts @@ -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 {