mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
parent
3453240833
commit
e9e7a1d0df
@ -145,6 +145,16 @@ export default function useSource(noteBody: string, noteMarkupLanguage: number,
|
|||||||
font: -apple-system-body;
|
font: -apple-system-body;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
iOS seems to increase inertial scrolling friction when the WebView body/root elements
|
||||||
|
scroll. Scroll the main container instead.
|
||||||
|
*/
|
||||||
|
body > #rendered-md {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
html =
|
html =
|
||||||
|
Loading…
Reference in New Issue
Block a user