From 8fa43a0540d7ddd10d3a93bc2b1ae4e46a4f84e9 Mon Sep 17 00:00:00 2001 From: Ryan Willis Date: Tue, 23 Jun 2026 10:31:22 -0700 Subject: [PATCH] fix: project setup modal positioning (#10144) --- packages/insomnia/src/ui/components/modals/project-modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/insomnia/src/ui/components/modals/project-modal.tsx b/packages/insomnia/src/ui/components/modals/project-modal.tsx index b29534c0cb..774a395375 100644 --- a/packages/insomnia/src/ui/components/modals/project-modal.tsx +++ b/packages/insomnia/src/ui/components/modals/project-modal.tsx @@ -58,11 +58,11 @@ export const ProjectModal = ({ if (!open) requestClose(); }} isDismissable={false} - className="fixed top-0 right-0 bottom-0 left-0 z-10 flex items-start justify-center bg-black/30 pt-[200px]" + className="fixed top-0 left-0 z-10 flex h-(--visual-viewport-height) w-full items-center justify-center bg-black/30" >