Skip to content

Commit 5c9136b

Browse files
committed
Fix insight menu zindex position overlap
1 parent 035b955 commit 5c9136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ChatPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ChatPanel() {
5959
}, [width]);
6060

6161
return (
62-
<Flex minH="100%" maxH="100%" gridArea="chat" zIndex={1100} position="relative" bg="bg">
62+
<Flex minH="100%" maxH="100%" gridArea="chat" zIndex={1000} position="relative" bg="bg">
6363
<Flex
6464
minH="100%"
6565
maxH="100%"

0 commit comments

Comments
 (0)