chore: improve reaction picker behaviour

This commit is contained in:
syuilo 2021-02-28 09:53:21 +09:00
parent d9710cb5c5
commit 99019c42d1

View File

@ -135,6 +135,8 @@ export default defineComponent({
if (top > rect.top + (this.fixed ? 0 : window.pageYOffset)) {
this.transformOrigin = 'center top';
} else {
this.transformOrigin = 'center';
}
popover.style.left = left + 'px';