Skip to content

Commit

Permalink
fix(ts/routeLadder): show dropdown on mobile breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Jan 24, 2025
1 parent 1cc7d52 commit 7f6922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/routeLadder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Header = ({
>
<Dropdown className="border-box inherit-box">
<Dropdown.Toggle
className="c-route-ladder__dropdown-button d-none d-sm-flex"
className="c-route-ladder__dropdown-button d--flex"
aria-labelledby={joinTruthy([routePillId, routeOptionsToggleId])}
>
<ThreeDotsVertical />
Expand Down

0 comments on commit 7f6922d

Please sign in to comment.