1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Mobile: Fixes #10867: Fix toolbar overflow menu is invisible (#10871)

This commit is contained in:
Henry Heino
2024-08-15 08:02:05 -07:00
committed by GitHub
parent b5313067cd
commit 39bd7d3aef

View File

@@ -93,7 +93,7 @@ const Toolbar: React.FC<ToolbarProps> = (props: ToolbarProps) => {
);
const overflow = (
<ScrollView style={{ flex: 1 }}>
<ScrollView>
<ToolbarOverflowRows
buttonGroups={props.buttons}
styleSheet={props.styleSheet}