Skip to content

Commit 76e6e27

Browse files
authored
Fix #3888 by not adding position: relative. It is already defined in class and there are situations it needs to be overriden (#3890)
1 parent 60fec94 commit 76e6e27

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Core/Components/DataGrid/FluentDataGrid.razor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ export function enableColumnResizing(gridElement) {
192192

193193
const div = createDiv(tableHeight, isRTL);
194194
header.appendChild(div);
195-
header.style.position = 'relative';
196195
setListeners(div, isRTL);
197196
});
198197

0 commit comments

Comments
 (0)