Skip to content

Commit

Permalink
Hide scrolling on menu bar (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy authored Feb 13, 2025
1 parent 7a73398 commit 64a999d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centrifuge-app/src/components/LayoutBase/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const Inner = styled(Grid)`
bottom: 0;
overflow-y: auto;
padding-right: 12px;
overflow-x: hidden;
@media (min-width: ${({ theme }) => theme.breakpoints['M']}) and (max-width: ${({ theme }) =>
theme.breakpoints['L']}) {
Expand Down

0 comments on commit 64a999d

Please sign in to comment.