Skip to content

Commit 7ebfcb7

Browse files
committed
fix: set lower z-index for the chart container
1 parent 7f0e118 commit 7ebfcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package-timeline/[[org]]/[packageName].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ useSeoMeta({
324324
page="timeline"
325325
/>
326326

327-
<div class="sticky top-24 z-10 bg-bg mt-8">
327+
<div class="sticky top-24 z-1 bg-bg mt-8">
328328
<div class="container w-full">
329329
<div class="mx-auto">
330330
<PackageTimelineChart

0 commit comments

Comments
 (0)