We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab96d21 commit a481db7Copy full SHA for a481db7
1 file changed
_sass/elements/_dropdown_filters.scss
@@ -266,9 +266,9 @@ a.clear-filter-tags {
266
padding: 32px 16px;
267
// flex-direction: column;
268
}
269
- // Hide applied filter tags on mobile to conserve space
+ // Hide applied filter tags in collapsed mobile toolbar
270
.filter-tag-container {
271
- display: none !important;
+ display: none;
272
273
.scroll-lock {
274
overflow: hidden;
@@ -319,7 +319,8 @@ a.clear-filter-tags {
319
border: none;
320
321
.filter-toolbar.show-filters .filter-tag-container {
322
- display: none;
+ display: flex;
323
+ flex-direction: column;
324
325
ul.filter-list {
326
display: none;
0 commit comments