Skip to content

Commit 576ad81

Browse files
committed
feat: add pointer-events style to ProcessingIndicator for improved visibility control
1 parent e0592fd commit 576ad81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/stlmaps-app/src/components/ProcessingIndicator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ const ProcessingIndicator: React.FC<ProcessingIndicatorProps> = ({
170170
elevation={8}
171171
sx={{
172172
opacity: isVisible ? 1 : 0,
173+
pointerEvents: 'none'
173174
}}
174175
>
175176
<TechLines backgroundImage="linear-gradient(90deg, #42a5f5, #64ffda, #42a5f5)" />

0 commit comments

Comments
 (0)