Skip to content

Commit

Permalink
fix(search): 馃悰 incorrect max height for search suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 16, 2023
1 parent 7c552fe commit 7416a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
position: absolute;
overflow: auto;
width: 100%;
max-height: var( --header-card-maxheight );
max-height: ~'calc( var( --header-card-maxheight ) - var( --height-search-bar ) )';
box-sizing: border-box;
padding: 0.75rem 0 0 0;
margin: -0.75rem 0 0 0; // Reset <ol> styles
Expand Down

0 comments on commit 7416a7f

Please sign in to comment.