Skip to content

Commit

Permalink
fix(search): 馃悰 align typeahead with input
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Mar 1, 2023
1 parent b8a1d9c commit 0b7c72c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
overflow: auto;
width: 100%;
max-height: ~'calc( var( --header-card-maxheight ) - var( --height-search-bar ) )';
box-sizing: border-box;
margin: 0; // Reset <ol> styles
margin: 0 0 0 -1px; // Reset <ol> styles, fix alignment
border-bottom-left-radius: var( --border-radius--medium );
border-bottom-right-radius: var( --border-radius--medium );
overscroll-behavior: contain;
Expand Down

0 comments on commit 0b7c72c

Please sign in to comment.