Skip to content

Commit e4fbfe4

Browse files
committed
Fix scrollbar if list item content overflows in the Y axis.
1 parent 561cda3 commit e4fbfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/style/_list-common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// truncate neatly with an ellipsis.
33
@mixin md-truncate-line() {
44
white-space: nowrap;
5-
overflow-x: hidden;
5+
overflow: hidden;
66
text-overflow: ellipsis;
77
}
88

0 commit comments

Comments
 (0)