DataGrid fix; File explorer - inital commit

This commit is contained in:
2026-06-12 03:39:40 +02:00
parent 2fc4648515
commit 7b7ed05229
12 changed files with 3922 additions and 249 deletions

View File

@@ -657,8 +657,7 @@
.card-body > .data-grid-shell:only-child {
margin: -22px -24px;
width: calc(100% + 48px);
border-left: 0;
border-right: 0;
border: 0;
border-radius: 0;
}
@@ -700,6 +699,10 @@
border-right: 0;
}
.data-grid-body-cell.is-last-row {
border-bottom: 0;
}
.data-grid-header-cell {
position: sticky;
top: 0;