delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

Append-to-body feature? #29

Open gabstafari opened 2 years ago

gabstafari commented 2 years ago

when used inside a modal or a relative element, it will cause an issue with a scrollbar. might be a good feature to have an append-to-body?

Thanks for this great plugin.

image
delowardev commented 2 years ago

Hi @gabstafari, thanks so much for bringing this up, I prefer using it without input (pickerType='') in this case. I will try & check append-to-body as you proposed.