Explorar el Código

rebase (#185)

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Fred Lefévère-Laoide hace 1 año
padre
commit
b89e48258c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      gui/src/utils.ts

+ 1 - 0
gui/src/utils.ts

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