Skip to content

Commit

Permalink
fix: height bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 25, 2024
1 parent d5b4db1 commit f80393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
align-items: flex-start;
justify-content: flex-start;
width: 100%;
flex: 1;
height: calc(100% - 24px);
position: relative;
color: var(--monaco-editor-foreground);

Expand Down

0 comments on commit f80393d

Please sign in to comment.