fix(core): update

This commit is contained in:
2024-01-22 18:39:31 +01:00
parent 497c38f426
commit 941871991f
2 changed files with 3 additions and 1 deletions

View File

@ -145,6 +145,8 @@ export class DeesSimpleAppDash extends DeesElement {
terminal.style.position = 'absolute';
terminal.style.top = '0px';
terminal.style.left = '0px';
terminal.style.right = '0px';
terminal.style.bottom = '0px';
terminal.style.opacity = '0';
terminal.style.transform = 'translateY(20px)';
terminal.style.transition = 'all 0.2s';