Skip to content

Commit

Permalink
fix(ui): remove horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 14, 2022
1 parent a181856 commit d94d2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/pages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Container = tw.div<ContainerProps>`
`

export const Main = tw.div`
h-[90vh] md:h-[85vh] overflow-scroll
h-[90vh] md:h-[85vh] overflow-y-scroll
`

export const SoundContainer = tw.div`
Expand Down

1 comment on commit d94d2a0

@vercel
Copy link

@vercel vercel bot commented on d94d2a0 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noisekun – ./

noisekun-git-main-mateusfg7.vercel.app
noisekun-mateusfg7.vercel.app
noisekun.vercel.app

Please sign in to comment.