Skip to content

Commit

Permalink
🐛 fix(DataTable): Resizable not working when FixedHeader is enabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Dec 31, 2024
1 parent caa4a64 commit e0040b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Masa.Blazor/wwwroot/css/masa-blazor.extend.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
min-width: 100%;
}

.m-data-table--resizable:not(.m-data-table--fixed-header) > .m-data-table__wrapper > table > thead > tr > th {
position: relative;
}

.m-data-table--resizable > .m-data-table__wrapper > table > thead > tr > th > .m-data-table-header__col-resize {
position: absolute;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/Masa.Blazor/wwwroot/css/masa-blazor.min.css

Large diffs are not rendered by default.

0 comments on commit e0040b4

Please sign in to comment.