Skip to content

Commit 8cb3e16

Browse files
committed
fix: border clipping on dark:active:
1 parent 4677a97 commit 8cb3e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/routes/docs/[...slug].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default define.page<typeof handler>(function DocsPage(props) {
178178
<div class="fixed top-24 w-[17rem] flex overflow-hidden">
179179
<div class="flex-1 h-[calc(100vh_-_6rem)] overflow-y-auto pb-8">
180180
<SearchButton class="mr-4 sm:mr-0" />
181-
<div class="mb-4">
181+
<div class="mb-4 px-1">
182182
<VersionSelect
183183
selectedVersion={page.version}
184184
versions={page.versionLinks}

0 commit comments

Comments
 (0)