Disable overflow menu on state styling

This commit is contained in:
Robert Long
2021-12-13 15:36:35 -08:00
parent 1d35c45d5a
commit 2466f25d9f
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export function OverflowMenu({
return (
<>
<PopoverMenuTrigger>
<PopoverMenuTrigger disableOnState>
<Button variant="toolbar">
<ButtonTooltip>More</ButtonTooltip>
<OverflowIcon />