Skip to content

Commit

Permalink
Make carrera selector scrollable on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Jul 2, 2024
1 parent 533470d commit 3646227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/DropdownCarreras.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const DropdownCarreras = () => {
<AnoBadge ano={user.carrera.ano} active={true} />
</MenuButton>
</Tooltip>
<MenuList>
<MenuList overflowY="auto" maxHeight="70vh">
{PLANES.map((p) => (
<MenuItem
key={p.nombrecorto}
Expand Down

0 comments on commit 3646227

Please sign in to comment.