Skip to content

Commit

Permalink
Merge pull request #453 from JBLach/search-results-dropdown-fix
Browse files Browse the repository at this point in the history
search results dropdown fix
  • Loading branch information
Hlavtox authored Feb 3, 2023
2 parents ad06c93 + 8ab9b53 commit 28b51d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/core/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ $component-name: search;

&-widgets {
position: relative;
overflow: visible;
// stylelint-disable-next-line
overflow: visible !important;

@include media-breakpoint-down(md) {
max-width: inherit;
Expand Down

0 comments on commit 28b51d3

Please sign in to comment.