mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
Allow popovers to overflow
This commit is contained in:
parent
c966e10ed4
commit
d09cfe76db
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
}
|
||||
|
||||
.mod-modal-panel {
|
||||
overflow: hidden;
|
||||
transition: transform;
|
||||
transition-timing-function: ease-in-out;
|
||||
transition-duration: 300ms;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<Popover
|
||||
trigger="click"
|
||||
placement="bottom"
|
||||
:offset="{ x: -45, y: 5 }"
|
||||
:offset="{ y: 5 }"
|
||||
remove-padding
|
||||
>
|
||||
<template v-slot:trigger>
|
||||
|
|
Loading…
Reference in a new issue