Skip to content

Commit

Permalink
Push menu content viewport down slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed May 24, 2024
1 parent 804baa5 commit 6ae78ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const ContentViewport = styled(RadixNavigationMenu.Viewport)`
position the menu more accurately?
*/
position: relative;
top: 0.5rem;
right: 40%;
height: var(--radix-navigation-menu-viewport-height);
width: var(--radix-navigation-menu-viewport-width);
Expand Down

0 comments on commit 6ae78ca

Please sign in to comment.