View all rankings in details.

This commit is contained in:
Mike Cao 2020-08-09 15:13:38 -07:00
parent f535dca7b9
commit cd76cc895f
16 changed files with 472 additions and 283 deletions

View file

@ -47,7 +47,9 @@ export default function UserButton() {
<Icon icon={<User />} size="large" />
<Icon icon={<Chevron />} size="small" />
</div>
{showMenu && <Menu options={menuOptions} onSelect={handleSelect} align="right" />}
{showMenu && (
<Menu options={menuOptions} onSelect={handleSelect} float="bottom" align="right" />
)}
</div>
);
}