21128: fixed toolbar not scrolling Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados-workbench2.git] / 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',