feat: blocks pointer-events on title

This commit is contained in:
Mark Mankarious 2023-10-09 22:27:38 +01:00
parent cbdcc767d4
commit b5a57d067f

View file

@ -101,7 +101,8 @@ export const UiOverlay = () => {
left: '50%', left: '50%',
transform: 'translateX(-50%)', transform: 'translateX(-50%)',
px: 2, px: 2,
py: 1 py: 1,
pointerEvents: 'none'
}} }}
> >
<Typography fontWeight={600} color="text.secondary"> <Typography fontWeight={600} color="text.secondary">