Browse Source

rebase (#185)

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Fred Lefévère-Laoide 1 year ago
parent
commit
b89e48258c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gui/src/utils.ts

+ 1 - 0
gui/src/utils.ts

@@ -96,6 +96,7 @@ export const BaseTreeViewSx = {
         display: "none",
         display: "none",
     },
     },
     maxHeight: "50vh",
     maxHeight: "50vh",
+    overflowY: "auto",
 };
 };
 
 
 export const ParentItemSx = {
 export const ParentItemSx = {