We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74230e2 commit dfd9bd5Copy full SHA for dfd9bd5
apps/postgres-new/components/chat.tsx
@@ -245,7 +245,7 @@ export default function Chat() {
245
ref={scrollRef}
246
>
247
{liveShare.isLiveSharing && (
248
- <div className="h-full w-full max-w-4xl flex flex-col gap-10 p-10 absolute backdrop-blur-sm bg-card/90">
+ <div className="h-full w-full max-w-4xl flex flex-col gap-10 p-10 absolute backdrop-blur-sm bg-card/90 z-10">
249
<div className="flex items-center justify-center h-full flex-col gap-y-5">
250
<div className="w-full text-left">
251
<p className="text-lg">Access your in-browser database</p>
0 commit comments