Skip to content

Commit

Permalink
DataGrid advanced filter popup position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Nov 20, 2024
1 parent 1dfc967 commit dc7eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/wwwroot/Radzen.Blazor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ window.Radzen = {
}

if (smartPosition && left + rect.width > window.innerWidth && window.innerWidth > rect.width) {
left = x ? window.innerWidth - rect.width : rect.left;
left = !position ? window.innerWidth - rect.width : rect.left;

if (position) {
top = y || parentRect.top;
Expand Down

0 comments on commit dc7eebb

Please sign in to comment.