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 e54df82 commit 2357f37Copy full SHA for 2357f37
app/pages/package/[...package].vue
@@ -1182,7 +1182,7 @@ onKeyStroke(
1182
<div class="area-sidebar">
1183
<!-- Sidebar -->
1184
<div
1185
- 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)])"
1186
>
1187
<!-- Maintainers (with admin actions when connected) -->
1188
<PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" />
0 commit comments