nextcloud-libraries / nextcloud-vue

🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
https://nextcloud-vue-components.netlify.app/
Other
216 stars 88 forks source link

emoji picker shows elongated highlight in Talk #1343

Closed jospoortvliet closed 10 months ago

jospoortvliet commented 4 years ago

Screenshot: Screenshot_20200825_092017 Looking at the CSS inspector, it is due to this:

.emoji-mart-search-results {
    height: 250px;

on the container with the results, which has these classes: emoji-mart-search-results emoji-mart-category

skjnldsv commented 4 years ago

labels please @jospoortvliet :) cc @georgehrke

AndyScherzinger commented 2 years ago

From what I understood from @tobiasKaminsky , according to @nickvergessen this should be easy to fix with a lib update.

nickvergessen commented 2 years ago

Yeah was fixed with https://github.com/nextcloud/nextcloud-vue/pull/2370

so just missing the release or backport to a maintenance release and then an update in all apps

jancborchardt commented 10 months ago

Closing since it was fixed as mentioned.