1
0
Fork 0
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:
Tim Zöller 2024-08-18 17:33:35 +02:00 committed by setop
parent 7c68c9c0c1
commit a23d8eeaf8

View file

@ -29,7 +29,7 @@
>
</span>
</router-link>
<o-dropdown position="bottom-left">
<o-dropdown position="bottom-right">
<template #trigger>
<button
type="button"