enabled pointer events for clicks on servives
This commit is contained in:
@@ -209,7 +209,6 @@ export default function Services() {
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
sx={{
|
sx={{
|
||||||
display: { xs: 'none', sm: 'flex' },
|
display: { xs: 'none', sm: 'flex' },
|
||||||
pointerEvents: 'none',
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ServiceList serviceList={selectedFeature.serviceList} />
|
<ServiceList serviceList={selectedFeature.serviceList} />
|
||||||
|
|||||||
Reference in New Issue
Block a user