mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
mobile: fix editor toolbar height
This commit is contained in:
@@ -43,7 +43,7 @@ export default function TiptapEditorWrapper(props: {
|
|||||||
sx={{
|
sx={{
|
||||||
display: props.settings.noToolbar ? "none" : "flex",
|
display: props.settings.noToolbar ? "none" : "flex",
|
||||||
overflowY: "hidden",
|
overflowY: "hidden",
|
||||||
minHeight: "40px",
|
minHeight: "45px",
|
||||||
...(globalThis.__PLATFORM__ === "ios" && {
|
...(globalThis.__PLATFORM__ === "ios" && {
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user