Skip to content

Commit 5a42618

Browse files
do not show scrollbar for decl if not needed
1 parent 60f06b4 commit 5a42618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/decl-doc/Decl.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.decl {
1111
background-color: var(--sl-color-gray-6);
1212
border-bottom: 1px solid var(--sl-color-gray-5);
13-
overflow: scroll;
13+
overflow: auto;
1414
margin: 0;
1515
padding: 0 1em;
1616
}

0 commit comments

Comments
 (0)