Skip to content

Commit 3ea4944

Browse files
committed
fix an issue where search facets wouldn't open in safari
1 parent 84eeff9 commit 3ea4944

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:host {
2+
display: block;
3+
}

src/app/shared/search/search-filters/search-filter/search-facet-filter-wrapper/search-facet-filter-wrapper.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { BehaviorSubject } from 'rxjs';
1414

1515
@Component({
1616
selector: 'ds-search-facet-filter-wrapper',
17+
styleUrls: ['./search-facet-filter-wrapper.component.scss'],
1718
templateUrl: './search-facet-filter-wrapper.component.html'
1819
})
1920

0 commit comments

Comments
 (0)