mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
CSS fixes for mobile.
This commit is contained in:
parent
3d1dc08491
commit
bba75fd67f
8 changed files with 35 additions and 11 deletions
|
|
@ -46,7 +46,7 @@ export default function MenuButton({
|
|||
</Button>
|
||||
{showMenu && (
|
||||
<Menu
|
||||
className={classNames(styles.menu, menuClassname)}
|
||||
className={menuClassname}
|
||||
options={options}
|
||||
selectedOption={selectedOption}
|
||||
onSelect={handleSelect}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue