We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3644d commit 147ef89Copy full SHA for 147ef89
1 file changed
globals.css
@@ -181,3 +181,8 @@ html[data-product="remix"] .nextra-sidebar li:has(> button[data-href="/documenta
181
border-left: none !important;
182
}
183
184
+html[data-product="remix"] .nextra-breadcrumb a {
185
+ pointer-events: none;
186
+ cursor: default;
187
+}
188
+
0 commit comments