fix(core): update
This commit is contained in:
parent
7b7c469fab
commit
0a0be3e357
@ -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'
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user