diff --git a/frontend/input.css b/frontend/input.css index 1dbdb3f..50a39c1 100644 --- a/frontend/input.css +++ b/frontend/input.css @@ -6,6 +6,6 @@ html, body { - @apply h-full w-full overflow-hidden bg-base-100 text-base-content; + @apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-behavior-y-none; } } \ No newline at end of file diff --git a/frontend/src/components/context_menu.rs b/frontend/src/components/context_menu.rs index 94c0591..0d071bc 100644 --- a/frontend/src/components/context_menu.rs +++ b/frontend/src/components/context_menu.rs @@ -25,7 +25,10 @@ pub fn ContextMenu( // Backdrop to catch clicks outside