1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}