From 3e531aa898492cb05e25081f422bb59adab72e8e Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 11 Feb 2025 16:03:29 -0500 Subject: enabled multi-select modification of text documents from topBar buttons. fixed diagram box layout and scrolling. fixed problem with createDoc tool where it would fail when it got an array. fixed formatting of chat box errors. --- src/client/views/nodes/DiagramBox.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/views/nodes/DiagramBox.scss') diff --git a/src/client/views/nodes/DiagramBox.scss b/src/client/views/nodes/DiagramBox.scss index 8a7863c14..df1a3276f 100644 --- a/src/client/views/nodes/DiagramBox.scss +++ b/src/client/views/nodes/DiagramBox.scss @@ -3,8 +3,7 @@ height: 100%; display: flex; flex-direction: column; - align-items: center; - justify-content: center; + overflow: auto; .DIYNodeBox { /* existing code */ -- cgit v1.2.3-70-g09d2