Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop-down menu displays incorrectly #9

Open
yehudahkay opened this issue Mar 28, 2019 · 9 comments
Open

Drop-down menu displays incorrectly #9

yehudahkay opened this issue Mar 28, 2019 · 9 comments

Comments

@yehudahkay
Copy link

image

@yehudahkay yehudahkay changed the title Display after install Display incorrect after install Mar 28, 2019
@rcknr
Copy link
Owner

rcknr commented Apr 8, 2019

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

@Ruitjes
Copy link

Ruitjes commented Apr 11, 2019

Same issue here:
This is when I click on category

Screenshot_2

@rcknr
Copy link
Owner

rcknr commented Apr 11, 2019

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
Copy link

Ruitjes commented Apr 11, 2019

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
Copy link
Owner

rcknr commented Apr 16, 2019

@Ruitjes try downgrading to 1.1

@giancanuz
Copy link

@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
Copy link
Owner

rcknr commented May 31, 2019

@giancanuz Which browser do you use?

@rcknr rcknr changed the title Display incorrect after install Drop-down menu displays incorrectly May 31, 2019
@giancanuz
Copy link

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

@mannieg
Copy link

mannieg commented Nov 26, 2019

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants