Skip to content

Prevent the user menu from extending the screen

Tim Zöller requested to merge javahippie/mobilizon:main into main

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

Behaviour before the fix:

behaviour_before.png

Behaviour after the fix:

behaviour_after.png

Merge request reports