mobile: fix editor toolbar height

This commit is contained in:
Ammar Ahmed
2025-10-17 10:55:26 +05:00
parent 13476a3f50
commit bf808b7a2e

View File

@@ -43,7 +43,7 @@ export default function TiptapEditorWrapper(props: {
sx={{
display: props.settings.noToolbar ? "none" : "flex",
overflowY: "hidden",
minHeight: "40px",
minHeight: "45px",
...(globalThis.__PLATFORM__ === "ios" && {
position: "absolute",
bottom: 0,