fix(core): update
This commit is contained in:
parent
bbc09330c9
commit
12ace00a90
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@design.estate/dees-catalog',
|
||||
version: '1.0.193',
|
||||
version: '1.0.194',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -73,6 +73,8 @@ export class DeesModal extends DeesElement {
|
||||
.modalContainer {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user