diff options
Diffstat (limited to 'app/src/web/ts/menu.ts')
-rw-r--r-- | app/src/web/ts/menu.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/web/ts/menu.ts b/app/src/web/ts/menu.ts index 6f9dbf16..b26e9cc9 100644 --- a/app/src/web/ts/menu.ts +++ b/app/src/web/ts/menu.ts @@ -20,6 +20,9 @@ return } + /* + * Required to remove height restrictions + */ const y = new MutationObserver(() => { viewport.removeAttribute('style'); root.removeAttribute('style'); |