You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Mobile: Resolves #9819: Allow note viewer to extend to the edge of the screen while pinch zooming (#9820)
This commit is contained in:
@ -231,6 +231,11 @@ export default function useSource(
|
||||
white-space: pre-wrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-left: ${Number(theme.marginLeft)}px;
|
||||
padding-right: ${Number(theme.marginRight)}px;
|
||||
}
|
||||
`;
|
||||
|
||||
html =
|
||||
|
Reference in New Issue
Block a user