fix(editor): fix monaco/editor layout, update dev deps, simplify watch script and remove Playwright snapshots

This commit is contained in:
2026-01-25 13:51:54 +00:00
parent 8ff52fc562
commit 1bbf853043
71 changed files with 1286 additions and 2495 deletions

View File

@@ -70,12 +70,22 @@ export class DeesWorkspaceMonaco extends DeesElement {
css`
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
:host {
display: block;
position: relative;
height: 100%;
width: 100%;
}
* {
box-sizing: border-box;
}
.mainbox {
position: relative;
height: 100%;
width: 100%;
}
#container {
position: absolute;
height: 100%;