Skip to content

Commit dfd9bd5

Browse files
committed
z-index trickery
1 parent 74230e2 commit dfd9bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/components/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export default function Chat() {
245245
ref={scrollRef}
246246
>
247247
{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">
248+
<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">
249249
<div className="flex items-center justify-center h-full flex-col gap-y-5">
250250
<div className="w-full text-left">
251251
<p className="text-lg">Access your in-browser database</p>

0 commit comments

Comments
 (0)