havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
475 stars 66 forks source link

[HxGrid][HxAutosuggest] Suggestions and sticky header #748

Closed leonardopugliese closed 7 months ago

leonardopugliese commented 7 months ago

HI! As you can see from the attached image, if I insert an HxAutosuggest and an HxGrid with sticky header there are display problems (z-index?)

Screenshot 2024-02-04 195026

crdo commented 7 months ago

This is not something in our scope. You will always find combinations of HTML that does not work together in its default setup. The .dropdown-menu has CSS variable setting its z-index. In this case, you simply set higher value that you use for the sticky header, or vice versa (set the sticky header z-index lower that the .dropdown-menu).