Skip to content

Commit 747cec3

Browse files
authored
Update fast-search-card.js
1 parent 92c390b commit 747cec3

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
@@ -4245,12 +4245,13 @@ class FastSearchCard extends HTMLElement {
42454245
.actions-filter-chips {
42464246
display: flex;
42474247
gap: 8px;
4248-
padding: 5px 20px;
4248+
padding: 5px 20px 5px 0px;
42494249
overflow-x: auto;
42504250
scrollbar-width: none;
42514251
-ms-overflow-style: none;
42524252
-webkit-overflow-scrolling: touch;
42534253
flex-shrink: 0;
4254+
box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.3);
42544255
}
42554256

42564257
.actions-filter-chips::-webkit-scrollbar {

0 commit comments

Comments
 (0)