Skip to content
Snippets Groups Projects
Commit af280f52 authored by syuilo's avatar syuilo
Browse files

chore: improve reaction picker behaviour

parent 7674a62d
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment