1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-19 10:19:13 +08:00

Allow popovers to overflow

This commit is contained in:
Sol Fisher Romanoff 2022-11-21 13:19:54 +02:00
parent c966e10ed4
commit d09cfe76db
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
2 changed files with 1 additions and 2 deletions
src/components/mod_modal

View file

@ -24,7 +24,6 @@
}
.mod-modal-panel {
overflow: hidden;
transition: transform;
transition-timing-function: ease-in-out;
transition-duration: 300ms;

View file

@ -21,7 +21,7 @@
<Popover
trigger="click"
placement="bottom"
:offset="{ x: -45, y: 5 }"
:offset="{ y: 5 }"
remove-padding
>
<template v-slot:trigger>