mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Prevent the user menu from extending the screen
The user menu always opened to the right. This made the menu extend over the boundary of the screen, add a horizontal scrollbar and cut off the menu. This fix opens the menu to the left, preventing such behavior
This commit is contained in:
parent
7c68c9c0c1
commit
a23d8eeaf8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
>
|
||||
</span>
|
||||
</router-link>
|
||||
<o-dropdown position="bottom-left">
|
||||
<o-dropdown position="bottom-right">
|
||||
<template #trigger>
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Reference in a new issue