Skip to content

Commit

Permalink
fix(ios)(directions): result menu not scrolling up when opening
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Dec 9, 2024
1 parent 976a644 commit b992453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/directions-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
overflow-y: scroll;
border-top: 1px solid var(--grey-2);
font-family: "Open Sans";
min-height: 200px;
}

#directionsResults:has(#directionsShowDetail:checked) #directionsListDetails {
Expand Down

0 comments on commit b992453

Please sign in to comment.