Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix #3888 by not adding position: relative. It is already defined i…
…n class and there are situations it needs to be overriden
  • Loading branch information
vnbaaij committed Jun 8, 2025
commit 8251bb2699517de604a2dca3971a89a1382c679d
1 change: 0 additions & 1 deletion src/Core/Components/DataGrid/FluentDataGrid.razor.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export function enableColumnResizing(gridElement) {

const div = createDiv(tableHeight, isRTL);
header.appendChild(div);
header.style.position = 'relative';
setListeners(div, isRTL);
});

Expand Down
Loading