Pass other values from process into possible values (for filter)

This commit is contained in:
2023-03-08 10:22:18 -06:00
parent 39eea433fb
commit b6d79817de
5 changed files with 71 additions and 39 deletions

View File

@ -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;
}