Skip to content

Commit

Permalink
Remove bottom margin from MenuList
Browse files Browse the repository at this point in the history
This was causing the menu bar to shift up after log in.
  • Loading branch information
jonathansick committed May 24, 2024
1 parent 1f3aae7 commit 804baa5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const MenuRoot = styled(RadixNavigationMenu.Root)``;

const MenuList = styled(RadixNavigationMenu.List)`
list-style: none;
margin-bottom: 0;
`;

const MenuTrigger = styled(RadixNavigationMenu.Trigger)`
Expand Down

0 comments on commit 804baa5

Please sign in to comment.