1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00

fix editor height

This commit is contained in:
2025-07-01 21:10:33 +02:00
parent 9cf8f7fa2f
commit 1a721834f0
+4
View File
@@ -65,6 +65,7 @@ body,
display: flex;
flex: 1 1 auto;
overflow: hidden;
min-height: 0;
}
.params {
@@ -81,10 +82,13 @@ body,
height: 100%;
display: flex;
flex-direction: column;
min-height: 0;
}
.editor-area {
flex: 1 1 auto;
height: 100%;
min-height: 0;
}
.result {