1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Mobile: Fixes #13108: Markdown toolbar overlaps with the gesture bar (#13533)

This commit is contained in:
mrjo118
2025-10-25 13:12:37 +01:00
committed by GitHub
parent e485d318b7
commit 0e0ce49867

View File

@@ -11,7 +11,7 @@ const useSafeAreaPadding = () => {
paddingRight: safeAreaInsets.right,
paddingLeft: safeAreaInsets.left,
paddingTop: safeAreaInsets.top,
paddingBottom: 0,
paddingBottom: safeAreaInsets.bottom,
} : {
paddingTop: safeAreaInsets.top,
paddingBottom: safeAreaInsets.bottom,