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

Blazor Server - Filter dropdown css- position: relative #335

Open
JorgeJMartins opened this issue Feb 12, 2022 · 0 comments
Open

Blazor Server - Filter dropdown css- position: relative #335

JorgeJMartins opened this issue Feb 12, 2022 · 0 comments

Comments

@JorgeJMartins
Copy link

Using GridBlazor version 3.2.0 on a Blazor Server project.

First of all let me thank you for this amazing contribution for the community.

What I found is that the filter dropdown element style defaults css "position" to "relative" and it shouldn't.
It shouldn't be set at all at the element level (then it inherits from dropdown-menu class) or it should be set to "absolute".

For now I'm overriding with a local css entry:

.grid-dropdown.opened {
    position: absolute !important;
}

I believe it's an easy fix on line 7 of all razor components filter related files.

Issue printscreen:
image

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

1 participant