mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
feat: blocks pointer-events on title
This commit is contained in:
parent
cbdcc767d4
commit
b5a57d067f
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ export const UiOverlay = () => {
|
|||
left: '50%',
|
||||
transform: 'translateX(-50%)',
|
||||
px: 2,
|
||||
py: 1
|
||||
py: 1,
|
||||
pointerEvents: 'none'
|
||||
}}
|
||||
>
|
||||
<Typography fontWeight={600} color="text.secondary">
|
||||
|
|
Loading…
Reference in a new issue