IO-1860 Scoreboard always show on bottom of button.

This commit is contained in:
Patrick Fic
2022-06-09 14:25:59 -07:00
parent f116e89c94
commit 1f16abf303

View File

@@ -169,7 +169,7 @@ export default function ScoreboardAddButton({
};
return (
<Popover content={overlay} visible={visibility}>
<Popover content={overlay} visible={visibility} placement="bottom">
<Button
loading={loading}
disabled={disabled}