mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Mobile: Toolbar editor: Fix toolbar editor dismiss button is rendered outside the dialog on small screens (#13976)
This commit is contained in:
@@ -67,6 +67,10 @@ const useStyles = (themeId: number, containerStyle: ViewStyle, size: DialogVaria
|
||||
alignSelf: 'center',
|
||||
},
|
||||
heading: {
|
||||
// Without flexShrink/flexGrow, the heading can push the close button
|
||||
// outside of the dialog.
|
||||
flexShrink: 1,
|
||||
flexGrow: 1,
|
||||
},
|
||||
modalBackground: {
|
||||
justifyContent: 'center',
|
||||
|
||||
Reference in New Issue
Block a user