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

pull/10880/head
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
1 changed files with 1 additions and 1 deletions

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}