mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
feat: blocks pointer-events on title
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user