[ARVADOS-WORKBENCH2] updated: 1.4.1-390-g0db247ef
Git user
git at public.arvados.org
Wed Jul 15 15:52:32 UTC 2020
Summary of changes:
src/components/data-table/data-table.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 0db247ef7e29b611622ae6e82b59cc554bf0cbf4 (commit)
via 4cf9fab2518ea3e8ec2b42d4be53caf82ab18915 (commit)
from 011705a4f293a0f5737c021b1ad2c5c87cd0cb03 (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 0db247ef7e29b611622ae6e82b59cc554bf0cbf4
Merge: 011705a4 4cf9fab2
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Jul 15 17:51:44 2020 +0200
Merge branch '16245-horizontal-scroll-bar-is-at-the-bottom-of-the-page-instead-of-the-viewport'
Closes #16245
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
commit 4cf9fab2518ea3e8ec2b42d4be53caf82ab18915
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Tue Jul 14 21:55:05 2020 +0200
16245: added calculated height and overflow y scroll to data table
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 3fac4c4d..4e2b430a 100644
--- a/src/components/data-table/data-table.tsx
+++ b/src/components/data-table/data-table.tsx
@@ -40,7 +40,8 @@ type CssRules = "tableBody" | "root" | "content" | "noItemsInfo" | 'tableCell' |
const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
root: {
overflowX: 'auto',
- overflowY: 'hidden'
+ overflowY: 'auto',
+ height: 'calc(100vh - 280px)',
},
content: {
display: 'inline-block',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list