Fix drop-down menu outside of the window: change the drop-down direction

#45
This commit is contained in:
summersamara 2024-02-17 14:13:00 +01:00
parent e31286040a
commit 11fbe35725

View file

@ -15,7 +15,7 @@
</router-link>
<div class="flex items-center md:order-2 ml-auto" v-if="currentActor?.id">
<o-dropdown position="bottom-left">
<o-dropdown position="bottom-right">
<template #trigger>
<button
type="button"