Skip to content

Commit 99d870e

Browse files
committed
fix floating
1 parent 71ae0ba commit 99d870e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ open https://llm-tracker.tinybird.live\?token\=$TINYBIRD_TOKEN
6262

6363
## Build and deploy your own LLM tracker
6464

65-
See [README.md](https://github.com/tinybirdco/llm-performance-tracker)
65+
See [README.md](https://github.com/tinybirdco/llm-performance-tracker?tab=readme-ov-file#build-and-deploy-your-own-llm-tracker)

dashboard/ai-analytics/src/components/ui/floating-notification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function FloatingNotification({
9494

9595
return (
9696
<>
97-
<div className="fixed flex" style={{ left: `${position.x}px`, top: `${position.y}px` }}>
97+
<div className="fixed flex" style={{ left: `${position.x}px`, top: `${position.y}px`, zIndex: 50 }}>
9898
<div
9999
ref={containerRef}
100100
className={cn(

0 commit comments

Comments
 (0)