[ARVADOS-WORKBENCH2] updated: 1.4.1-390-g06e0efe4

Git user git at public.arvados.org
Tue Jul 14 20:08:50 UTC 2020


Summary of changes:
 src/components/data-table/data-table.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  06e0efe4a218fdf248664d7a58d9f915adcb1454 (commit)
      from  f7a8f7aaab7d7551ecea05aef13b9be1a020b200 (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 06e0efe4a218fdf248664d7a58d9f915adcb1454
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Tue Jul 14 22:08:20 2020 +0200

    16245: changed overflow y to auto
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx
index 0c696e4a..4e2b430a 100644
--- a/src/components/data-table/data-table.tsx
+++ b/src/components/data-table/data-table.tsx
@@ -40,7 +40,7 @@ type CssRules = "tableBody" | "root" | "content" | "noItemsInfo" | 'tableCell' |
 const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
     root: {
         overflowX: 'auto',
-        overflowY: 'scroll',
+        overflowY: 'auto',
         height: 'calc(100vh - 280px)',
     },
     content: {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list