Skip to content

Commit

Permalink
allow selection of first preferred routes item
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Apr 18, 2024
1 parent 700d36e commit 1371ffe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/components/narrative/default/itinerary.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,9 @@
}

/* Allow banned/preferred routes to float on top */
#bannedRoutes,
#preferredRoutes {
#bannedRoutes {
z-index: 100;
}
#preferredRoutes {
z-index: 101;
}

0 comments on commit 1371ffe

Please sign in to comment.