diff --git a/ts/routes/editor/NoteEditor.svelte b/ts/routes/editor/NoteEditor.svelte index 8896cc0f8..7aa26eff4 100644 --- a/ts/routes/editor/NoteEditor.svelte +++ b/ts/routes/editor/NoteEditor.svelte @@ -1381,10 +1381,6 @@ components and functionality for general note editing. height: 100%; } - :global(.image-occlusion) { - position: fixed; - } - :global(.image-occlusion .tab-buttons) { display: none !important; } diff --git a/ts/routes/image-occlusion/MaskEditor.svelte b/ts/routes/image-occlusion/MaskEditor.svelte index 36de4db84..e90239755 100644 --- a/ts/routes/image-occlusion/MaskEditor.svelte +++ b/ts/routes/image-occlusion/MaskEditor.svelte @@ -93,14 +93,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html