21128: fixed toolbar not scrolling Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa... 21128-toolbar-context-menu
authorLisa Knox <lisaknox83@gmail.com>
Wed, 20 Dec 2023 18:53:16 +0000 (13:53 -0500)
committerLisa Knox <lisaknox83@gmail.com>
Wed, 20 Dec 2023 18:53:16 +0000 (13:53 -0500)
src/components/multiselect-toolbar/MultiselectToolbar.tsx

index aa0f21ca4b1a25562f2ce7c49c3de8135e93a064..f92c0dcf4eb6147bd0d645532ca55c29e30d73cd 100644 (file)
@@ -42,7 +42,6 @@ type CssRules = "root" | "transition" | "button" | "iconContainer";
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
         display: "flex",
-        flexShrink: 0,
         flexDirection: "row",
         width: 0,
         height: '2.7rem',