Skip to content

Commit 14e646f

Browse files
authored
Update fast-search-card.js
1 parent 7980628 commit 14e646f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/fast-search-card.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,8 @@ class FastSearchCard extends HTMLElement {
27312731

27322732
.shortcuts-content {
27332733
flex: 1;
2734-
overflow-y: auto;
2734+
overflow: hidden auto; /* horizontal: hidden, vertical: auto */
2735+
max-width: 100%;
27352736
}
27362737

27372738
.shortcuts-tab-content {

0 commit comments

Comments
 (0)