Skip to content

Commit

Permalink
add overflow hidden to list container
Browse files Browse the repository at this point in the history
  • Loading branch information
mollpo committed Sep 2, 2024
1 parent 81e77dd commit c5584f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/files/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default {
disabled: 'fill-neutral-800',
},
fileList: {
container: 'flex flex-col rounded-xl border border-neutral-400',
container:
'flex flex-col rounded-xl border border-neutral-400 overflow-hidden',
item: {
container:
'relative flex justify-between gap-4 border-b border-neutral-200 px-6 py-4 last:border-none',
Expand Down

0 comments on commit c5584f3

Please sign in to comment.