DataGrid fix; File explorer - inital commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user