We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035b955 commit 5c9136bCopy full SHA for 5c9136b
app/ChatPanel.tsx
@@ -59,7 +59,7 @@ function ChatPanel() {
59
}, [width]);
60
61
return (
62
- <Flex minH="100%" maxH="100%" gridArea="chat" zIndex={1100} position="relative" bg="bg">
+ <Flex minH="100%" maxH="100%" gridArea="chat" zIndex={1000} position="relative" bg="bg">
63
<Flex
64
minH="100%"
65
maxH="100%"
0 commit comments