Skip to content

Commit

Permalink
fix: scrollbar randomly appears for widget body
Browse files Browse the repository at this point in the history
  • Loading branch information
sapkra committed Oct 14, 2024
1 parent 4c9220b commit d41496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/widget/Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const widget = tv({
base: 'px-7 py-5 gap-5',
headerEndContent: 'ml-auto',
header: 'p-0',
body: 'p-0',
body: 'p-0 overflow-visible',
},
variants: {
size: {
Expand Down

0 comments on commit d41496d

Please sign in to comment.