mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
mobile: fix android toolbar hidden behind keyboard on android 15
This commit is contained in:
@@ -44,10 +44,12 @@ export default function TiptapEditorWrapper(props: {
|
||||
display: props.settings.noToolbar ? "none" : "flex",
|
||||
overflowY: "hidden",
|
||||
minHeight: "50px",
|
||||
...(globalThis.__PLATFORM__ === "ios" && {
|
||||
position: "absolute",
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 0
|
||||
})
|
||||
}}
|
||||
editor={editor}
|
||||
location="bottom"
|
||||
|
||||
Reference in New Issue
Block a user