Skip to content

Commit b0a2e9d

Browse files
author
Jacob Logan
committed
update scroll behavior
1 parent be3bfe4 commit b0a2e9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/styles/reference.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
flex: 1 0 0;
4343
padding-bottom: var(--amplify-space-medium);
4444
margin-bottom: var(--amplify-space-xs);
45-
overflow: scroll;
45+
overflow: auto;
4646
align-items: baseline;
4747
gap: 2px;
4848
&__separator {
@@ -87,7 +87,7 @@
8787
}
8888

8989
.api-modal__api-value {
90-
overflow: scroll;
90+
overflow: auto;
9191

9292
&:focus-visible {
9393
outline: 2px solid var(--amplify-colors-border-focus);
@@ -134,7 +134,7 @@
134134
}
135135

136136
color: var(--amplify-colors-blue-80);
137-
137+
138138
&.type-reference {
139139
color: var(--amplify-colors-red-80);
140140
}

0 commit comments

Comments
 (0)