Skip to content

Commit

Permalink
Merge pull request #4200 from Jarsen136/issue-4198
Browse files Browse the repository at this point in the history
fix: Overlay of networks while searching on landing
  • Loading branch information
yangwao authored Oct 28, 2022
2 parents bd976bd + 093681d commit 093edcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
%landing-search-image-position {
position: absolute;
height: 334px;
pointer-events: none;
}

.landing-search-left {
Expand All @@ -40,7 +41,6 @@
line-height: 23px;
color: $grey;
width: max-content;
z-index: 1;

&.active {
font-weight: 700;
Expand Down

0 comments on commit 093edcf

Please sign in to comment.