Skip to content

Commit

Permalink
feat: removed fixed width on popover component
Browse files Browse the repository at this point in the history
  • Loading branch information
schrob3000 committed Oct 22, 2024
1 parent 68789ee commit 94d48b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pixels/src/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ScrollShadow from '../ScrollShadow/ScrollShadow';
export const popoverVariants = tv({
slots: {
body: 'w-full px-2.5 py-1',
content: 'flex max-h-[80vh] w-[400px] flex-col p-0',
content: 'flex max-h-[80vh] flex-col p-0',
footer: 'w-full px-2.5 py-1',
header: 'w-full px-2.5 py-1',
trigger: '',
Expand Down

0 comments on commit 94d48b0

Please sign in to comment.