mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
CSS for height of autocomplete in custom filter panel
This commit is contained in:
@ -505,7 +505,7 @@ export function FilterCriteriaRow({id, index, tableMetaData, metaData, criteria,
|
|||||||
renderOption={(props, option, state) => renderFieldOption(props, option, state)}
|
renderOption={(props, option, state) => renderFieldOption(props, option, state)}
|
||||||
autoSelect={true}
|
autoSelect={true}
|
||||||
autoHighlight={true}
|
autoHighlight={true}
|
||||||
slotProps={{popper: {style: {padding: 0, width: "250px"}}}}
|
slotProps={{popper: {className: "filterCriteriaRowColumnPopper", style: {padding: 0, width: "250px"}}}}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<Box display="inline-block" width={200} className="operatorColumn">
|
<Box display="inline-block" width={200} className="operatorColumn">
|
||||||
|
@ -434,7 +434,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* taller list box */
|
/* taller list box */
|
||||||
.customFilterPanel .MuiAutocomplete-listbox
|
.filterCriteriaRowColumnPopper .MuiAutocomplete-listbox
|
||||||
{
|
{
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user