Skip to content

Commit b0451b3

Browse files
author
prima
committed
fix: UI fixes
1 parent 2ee9d26 commit b0451b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

klite.embd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42354,7 +42354,9 @@ flowchart TD\n${treeToViewOutput.outputText.trim()}`
4235442354
}
4235542355

4235642356
#memory_tab_container, #wi_tab_container, #documentdb_tab_container {
42357-
height: 90%
42357+
height: 90%;
42358+
max-height: 90%;
42359+
overflow-y: auto;
4235842360
}
4235942361

4236042362
#wilist:not(.sidepanelsize) {

0 commit comments

Comments
 (0)