1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Web: Image editor: Fix scrollbars sometimes incorrectly visible (#12692)

This commit is contained in:
Henry Heino
2025-07-10 04:35:42 -07:00
committed by GitHub
parent e840d0c3fd
commit c3575672b2

View File

@@ -60,6 +60,7 @@ const useCss = (editorTheme: Theme) => {
body, html {
padding: 0;
margin: 0;
overflow: hidden;
}
/* Hide the scrollbar. See scrollbar accessibility concerns