Vue-select: Long list scroll issue

Created on 11 Feb 2019  路  3Comments  路  Source: sagalbot/vue-select

When you scroll down a long list, and when hover over the top items - the list scrolls up automatically.
peek 2019-02-11 17-16

UX

Most helpful comment

I found this happening on Chrome - the cause was the li elements having bottom margin:
https://codepen.io/anon/pen/VOwbXQ

All 3 comments

I can't seem to reproduce this in v3 in Chrome or FF. Closing for now, but let me know if this is still an issue.

I found this happening on Chrome - the cause was the li elements having bottom margin:
https://codepen.io/anon/pen/VOwbXQ

Adding this to my CSS fixed the issue.
.vs__dropdown-option { margin: 0; }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrancescoMussi picture FrancescoMussi  路  3Comments

mattWalters0 picture mattWalters0  路  3Comments

xuwenhao picture xuwenhao  路  3Comments

sagalbot picture sagalbot  路  4Comments

pud1m picture pud1m  路  3Comments