We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
position: relative
1 parent 60fec94 commit 76e6e27Copy full SHA for 76e6e27
1 file changed
src/Core/Components/DataGrid/FluentDataGrid.razor.js
@@ -192,7 +192,6 @@ export function enableColumnResizing(gridElement) {
192
193
const div = createDiv(tableHeight, isRTL);
194
header.appendChild(div);
195
- header.style.position = 'relative';
196
setListeners(div, isRTL);
197
});
198
0 commit comments