Skip to content

Commit a481db7

Browse files
committed
Updated the filter open view to show the filters chosen at the top
1 parent ab96d21 commit a481db7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_sass/elements/_dropdown_filters.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ a.clear-filter-tags {
266266
padding: 32px 16px;
267267
// flex-direction: column;
268268
}
269-
// Hide applied filter tags on mobile to conserve space
269+
// Hide applied filter tags in collapsed mobile toolbar
270270
.filter-tag-container {
271-
display: none !important;
271+
display: none;
272272
}
273273
.scroll-lock {
274274
overflow: hidden;
@@ -319,7 +319,8 @@ a.clear-filter-tags {
319319
border: none;
320320
}
321321
.filter-toolbar.show-filters .filter-tag-container {
322-
display: none;
322+
display: flex;
323+
flex-direction: column;
323324
}
324325
ul.filter-list {
325326
display: none;

0 commit comments

Comments
 (0)