fix(editor): fix monaco/editor layout, update dev deps, simplify watch script and remove Playwright snapshots
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user