Skip to content

Commit 147ef89

Browse files
tilucasoliclaude
andauthored
fix(breadcrumb): disable links in remix docs breadcrumb (#14)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent aa3644d commit 147ef89

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,8 @@ html[data-product="remix"] .nextra-sidebar li:has(> button[data-href="/documenta
181181
border-left: none !important;
182182
}
183183

184+
html[data-product="remix"] .nextra-breadcrumb a {
185+
pointer-events: none;
186+
cursor: default;
187+
}
188+

0 commit comments

Comments
 (0)