Skip to content

Commit

Permalink
search results dropdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JBLach committed Feb 3, 2023
1 parent ad06c93 commit 8ab9b53
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 8ab9b53

Please sign in to comment.