mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Responsive CSS fixes.
This commit is contained in:
parent
ebad54ab82
commit
bab70279dd
10 changed files with 57 additions and 29 deletions
|
|
@ -48,7 +48,13 @@ export default function UserButton() {
|
|||
<Icon icon={<Chevron />} size="small" />
|
||||
</div>
|
||||
{showMenu && (
|
||||
<Menu options={menuOptions} onSelect={handleSelect} float="bottom" align="right" />
|
||||
<Menu
|
||||
className={styles.menu}
|
||||
options={menuOptions}
|
||||
onSelect={handleSelect}
|
||||
float="bottom"
|
||||
align="right"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue