Vue-select: Dropdown not aligned correctly

Created on 28 Jul 2019  路  2Comments  路  Source: sagalbot/vue-select

Hi there,
First of all I'd like to congratulate you on this awesome component.

I'm quite unable to figure out why it wont work as expected when used in conjuction with bulma css. The dropdown seems skewed. I've tried disabling the bulmacss from my setup but I get the same result everytime.

Captura de ecra虄 2019-07-28, a虁s 2 16 35 PM

Most helpful comment

For anyone else who might have run into the same scenario, here's a fix:

ul.vs__dropdown-menu { list-style: disc outside; margin-left: 0em; margin-top: 0em; }

Thank you once again for this awesome component.

All 2 comments

For anyone else who might have run into the same scenario, here's a fix:

ul.vs__dropdown-menu { list-style: disc outside; margin-left: 0em; margin-top: 0em; }

Thank you once again for this awesome component.

@omdesignz saved me!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xuwenhao picture xuwenhao  路  3Comments

lau-a picture lau-a  路  3Comments

jluterek picture jluterek  路  3Comments

PrimozRome picture PrimozRome  路  4Comments

pud1m picture pud1m  路  3Comments