fixed maxHeight for ServiceList parent Card as 50vh
This commit is contained in:
@@ -247,6 +247,7 @@ export default function Services() {
|
||||
variant="outlined"
|
||||
sx={{
|
||||
display: {xs: 'none', sm: 'flex'},
|
||||
maxHeight: '50vh',
|
||||
}}
|
||||
>
|
||||
<ServiceList serviceList={selectedFeature.serviceList} />
|
||||
|
||||
Reference in New Issue
Block a user