From 9bd02440b05827c0af3dd383d031cebbe200f496 Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:54:10 +0700 Subject: [PATCH] fix(frontend): some user interface elements are overlapping with the Create API Key modal (#11301) --- frontend/src/components/shared/modals/modal-backdrop.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/shared/modals/modal-backdrop.tsx b/frontend/src/components/shared/modals/modal-backdrop.tsx index 054c64d277..6f8c16016f 100644 --- a/frontend/src/components/shared/modals/modal-backdrop.tsx +++ b/frontend/src/components/shared/modals/modal-backdrop.tsx @@ -20,7 +20,7 @@ export function ModalBackdrop({ children, onClose }: ModalBackdropProps) { }; return ( -