[arvados-workbench2] updated: 2.7.0-210-g9bbf6608
git repository hosting
git at public.arvados.org
Fri Nov 17 14:11:04 UTC 2023
Summary of changes:
src/components/multiselect-toolbar/MultiselectToolbar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9bbf6608b882626bb7e043efed8e95488d611dd0 (commit)
from 4a4da2249d80ed4116f534689684abff61ee2cd9 (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 9bbf6608b882626bb7e043efed8e95488d611dd0
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Nov 17 09:10:59 2023 -0500
21128: added side scroll to toolbar Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 227fd2b1..cb884932 100644
--- a/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -31,7 +31,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
width: 0,
padding: 0,
margin: "1rem auto auto 0.5rem",
- overflow: "hidden",
+ overflowY: 'scroll',
transition: "width 150ms",
},
button: {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list