We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704987b commit cec972cCopy full SHA for cec972c
app/pages/package/[...package].vue
@@ -1168,7 +1168,7 @@ onKeyStroke(
1168
<div class="area-sidebar">
1169
<!-- Sidebar -->
1170
<div
1171
- class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pr-2.5 hover:pr-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
+ class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 hover:pe-0.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])"
1172
>
1173
<!-- Maintainers (with admin actions when connected) -->
1174
<PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />
0 commit comments