Skip to content

Commit 0536deb

Browse files
committed
chore(chat): use browser scroll for scrollable suggestions
1 parent 918845c commit 0536deb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/scss/components/suggestion/_layout.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
padding-block: $kendo-suggestion-padding-y;
1919
flex: 1 1 auto;
2020
flex-wrap: nowrap;
21-
overflow: hidden;
21+
overflow-x: auto;
22+
scrollbar-width: none;
2223
white-space: nowrap;
2324
}
2425
}

0 commit comments

Comments
 (0)