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",
|
display: props.settings.noToolbar ? "none" : "flex",
|
||||||
overflowY: "hidden",
|
overflowY: "hidden",
|
||||||
minHeight: "50px",
|
minHeight: "50px",
|
||||||
position: "absolute",
|
...(globalThis.__PLATFORM__ === "ios" && {
|
||||||
bottom: 0,
|
position: "absolute",
|
||||||
left: 0,
|
bottom: 0,
|
||||||
right: 0
|
left: 0,
|
||||||
|
right: 0
|
||||||
|
})
|
||||||
}}
|
}}
|
||||||
editor={editor}
|
editor={editor}
|
||||||
location="bottom"
|
location="bottom"
|
||||||
|
|||||||
Reference in New Issue
Block a user