mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
editor: all toolbars should scroll if buttons overflow
This commit is contained in:
committed by
Ammar Ahmed
parent
4b5526dffd
commit
3566f47f2d
@@ -39,7 +39,8 @@ function _SplitButton(props: PropsWithChildren<SplitButtonProps>) {
|
||||
<Flex
|
||||
ref={ref}
|
||||
sx={{
|
||||
borderRadius: "default"
|
||||
borderRadius: "default",
|
||||
flexShrink: 0
|
||||
}}
|
||||
>
|
||||
<ToolButton
|
||||
|
||||
Reference in New Issue
Block a user