[arvados-workbench2] updated: 2.4.0-368-g3b6cfdaf

git repository hosting git at public.arvados.org
Wed Dec 14 19:35:59 UTC 2022


Summary of changes:
 src/views-components/projects-tree-picker/projects-tree-picker.tsx | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  3b6cfdaf240a9a542cd5845524702aaf25a98e2c (commit)
      from  3faec930d569af9bfceef94b2fe2c52a4aa2d904 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3b6cfdaf240a9a542cd5845524702aaf25a98e2c
Author: Stephen Smith <stephen at curii.com>
Date:   Wed Dec 14 14:33:51 2022 -0500

    19783: Use flexbox to ensure single scrollable area in tree picker.
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/views-components/projects-tree-picker/projects-tree-picker.tsx b/src/views-components/projects-tree-picker/projects-tree-picker.tsx
index 6ef295be..9ac0b64f 100644
--- a/src/views-components/projects-tree-picker/projects-tree-picker.tsx
+++ b/src/views-components/projects-tree-picker/projects-tree-picker.tsx
@@ -81,7 +81,9 @@ type CssRules = 'pickerHeight' | 'searchFlex' | 'scrolledBox';
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     pickerHeight: {
-        height: "calc(70vh - 100px)"
+        height: "100%",
+        display: "flex",
+        flexDirection: "column",
     },
     searchFlex: {
         display: "flex",
@@ -89,7 +91,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         paddingBottom: "1em"
     },
     scrolledBox: {
-        height: "calc(100% - 50px)",
         overflow: "scroll"
     }
 });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list