Skip to content

Commit

Permalink
Fix Filter on the table is not visible when there are no data
Browse files Browse the repository at this point in the history
  • Loading branch information
komnb14 committed Mar 10, 2023
1 parent 32f780d commit 3f684ca
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 3f684ca

Please sign in to comment.