Skip to content

Commit

Permalink
Merge pull request #2677 from near/fix-nav
Browse files Browse the repository at this point in the history
fix: Fix desktop nav horizontal overflow
  • Loading branch information
Patrick1904 authored May 16, 2022
2 parents 809b57a + 3ece379 commit 2549cac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const Container = styled.div`
@media (min-width: 992px) {
display: flex;
overflow-y: auto;
}
background-color: white;
Expand Down

0 comments on commit 2549cac

Please sign in to comment.