editor: all toolbars should scroll if buttons overflow

This commit is contained in:
Abdullah Atta
2023-04-17 17:43:29 +05:00
committed by Ammar Ahmed
parent 4b5526dffd
commit 3566f47f2d

View File

@@ -39,7 +39,8 @@ function _SplitButton(props: PropsWithChildren<SplitButtonProps>) {
<Flex
ref={ref}
sx={{
borderRadius: "default"
borderRadius: "default",
flexShrink: 0
}}
>
<ToolButton