diff options
| author | bobzel <zzzman@gmail.com> | 2025-02-11 16:03:29 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-02-11 16:03:29 -0500 |
| commit | 3e531aa898492cb05e25081f422bb59adab72e8e (patch) | |
| tree | 29f23fa2619cf4d9aca71f455a0e5724c52bd57a /src/client/views/nodes/DiagramBox.scss | |
| parent | 1ef0a2d7835c9dfa1ec9fc298562f3a052b3e817 (diff) | |
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.
Diffstat (limited to 'src/client/views/nodes/DiagramBox.scss')
| -rw-r--r-- | src/client/views/nodes/DiagramBox.scss | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |
