Skip to content

Commit 82e0b4a

Browse files
alan-agius4AndrewKushnir
authored andcommitted
fix(docs-infra): enable only vertical scrolling for contributors bio (angular#30991)
- `auto` will enable scrolling only when needed - `overflow-y` will ensure to keep the scrolling horizontally only PR Close angular#30991
1 parent 574990e commit 82e0b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/src/styles/2-modules/_contributor.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ aio-contributor {
188188
line-height: 18px;
189189
margin: 8px 16px;
190190
text-overflow: ellipsis;
191-
overflow: scroll;
191+
overflow-y: auto;
192192
font-weight: 400;
193193
}
194194
}

0 commit comments

Comments
 (0)