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

FrozenIce0617 picture FrozenIce0617  路  3Comments

PrimozRome picture PrimozRome  路  4Comments

theseawolves picture theseawolves  路  4Comments

NexoraSolutions picture NexoraSolutions  路  3Comments

xuwenhao picture xuwenhao  路  3Comments