Skip to content

Commit d0c96e8

Browse files
authored
fix: increase container height offsets for topbar (via #1948)
1 parent 9a01fbc commit d0c96e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/editor/components/editor.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#swagger-editor {
22
#ace-editor {
3-
height: ~"calc(100vh - 46px)" !important;
3+
height: ~"calc(100vh - 51px)" !important;
44
}
55

66
.SplitPane {
7-
height: ~"calc(100% - 46px)" !important;
7+
height: ~"calc(100% - 51px)" !important;
88
}
99

1010
.dropzone {

0 commit comments

Comments
 (0)