mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Set min height on record query table; fix some url bugs in query & view; add create to action menu on view.
This commit is contained in:
@ -24,6 +24,11 @@
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.recordQuery .MuiDataGrid-virtualScrollerContent
|
||||
{
|
||||
min-height: calc(100vh - 450px) !important;
|
||||
}
|
||||
|
||||
/* Disable red outlines on clicked cells */
|
||||
.MuiDataGrid-cell:focus,
|
||||
.MuiDataGrid-columnHeader:focus,
|
||||
|
Reference in New Issue
Block a user