From 40602ba7b8a13ed2b79f7df793e7f57c2aa455dc Mon Sep 17 00:00:00 2001 From: Seydi Charyyev Date: Wed, 26 Aug 2026 09:45:09 +0000 Subject: [PATCH] fix(desktop): flip select menus up when the window clips them (#11495) Signed-off-by: Seydi Charyyev --- ui/desktop/src/components/ui/Select.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/desktop/src/components/ui/Select.tsx b/ui/desktop/src/components/ui/Select.tsx index 9d1c71d69..ea69f254b 100644 --- a/ui/desktop/src/components/ui/Select.tsx +++ b/ui/desktop/src/components/ui/Select.tsx @@ -6,6 +6,9 @@ export const Select = (props: React.ComponentProps) => {