Skip to content

Commit

Permalink
Merge pull request #95 from komnb14/fix-filter-on-table
Browse files Browse the repository at this point in the history
Fix Filter on the table is not visible when there are no data
  • Loading branch information
petrvecera committed Mar 11, 2023
2 parents 32f780d + 3f684ca commit 20a230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/player-card/filterable-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FilterableHeader = ({ options, title, onChange, onReset }: FilterableHeade
}

return (
<Popover position="bottom" withArrow shadow="md">
<Popover position="bottom" withArrow withinPortal shadow="md">
<Popover.Target>
<Group position="center">
<Flex>
Expand Down

0 comments on commit 20a230b

Please sign in to comment.