rcknr / nova-multiselect-filter

Provides capability of selecting multiple values with Nova Resource filter.
25 stars 12 forks source link

Drop-down menu displays incorrectly #9

Open yehudahkay opened 5 years ago

yehudahkay commented 5 years ago

image

rcknr commented 5 years ago

Tried a fresh install of Laravel / Nova / MultiselectFilter but I can't reproduce this behavior.

Ruitjes commented 5 years ago

Same issue here: This is when I click on category

Screenshot_2

rcknr commented 5 years ago

Doesn't seem like the same issue. In any case, please provide more details with versions of Laravel / Nova / MultiselectFilter. From this picture I can't even tell which filter the dropdown belongs to.

Ruitjes commented 5 years ago

Selected Project, scrolled down and the drop down menu sticked to it. Laravel Version: 5.6.39 Nova Version: ^1.0.4 MultiselectFilter: 1.2

rcknr commented 5 years ago

@Ruitjes try downgrading to 1.1

giancanuz commented 5 years ago

@rcknr : same problem of @Ruitjes but I'm on Nova 2.0.5. I've tried downgrading to 1.1 as suggested, but filter disappears. image image

rcknr commented 5 years ago

@giancanuz Which browser do you use?

giancanuz commented 5 years ago

@rcknr I am using chrome. btw: I am using gregoriohc/laravel-nova-theme-responsive

mannieg commented 4 years ago

A quick fix for this issue would be do add the following css:

.form-select-multiple {
    position: relative;
}