mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 21:30:45 +00:00
Pass other values from process into possible values (for filter)
This commit is contained in:
@ -357,3 +357,13 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
color: rgb(123, 128, 154);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.fullScreenWidget
|
||||
{
|
||||
position: fixed !important;
|
||||
left: 30px !important;
|
||||
width: calc(100vw - 60px) !important;
|
||||
top: 30px !important;
|
||||
height: calc(100vh - 60px) !important;
|
||||
z-index: 1300 !important;
|
||||
}
|
Reference in New Issue
Block a user