Skip to content

Commit 0a32107

Browse files
committed
fix: remove vertical scroll bars
1 parent d7e5a04 commit 0a32107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/packages/Category.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
width: 100%;
164164
height: 100%;
165165
overflow-x: auto;
166-
padding: 1rem 0;
166+
margin: 1rem 0;
167167
}
168168
}
169169

0 commit comments

Comments
 (0)