Fix drop-down menu outside of the window: change the drop-down direction
#45
This commit is contained in:
parent
e31286040a
commit
11fbe35725
|
@ -15,7 +15,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<div class="flex items-center md:order-2 ml-auto" v-if="currentActor?.id">
|
<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>
|
<template #trigger>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
Loading…
Reference in a new issue