chore: fix preferences menu placement on mobile

This commit is contained in:
Aman Harwara
2023-05-04 15:41:57 +05:30
parent 85ad62389b
commit c9d8a686ff
2 changed files with 14 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ const PreferencesMenuView: FunctionComponent<Props> = ({ menu }) => {
wrapper: 'relative',
button: 'focus:outline-none focus:shadow-none focus:ring-none',
}}
popoverPlacement="top"
/>
</div>
</div>