diff --git a/index.html b/index.html index a3ec45f..c82e56d 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Jeff Emmett + { const handleIframeError = useCallback(() => { setIsLoading(false) - setError("Failed to load Shared Piano") + setError("Failed to load Shared Piano. Please check your browser permissions for MIDI and audio access.") }, []) const handleToggleMinimize = (e: React.MouseEvent) => { @@ -74,9 +74,10 @@ export class SharedPianoShape extends BaseBoxShapeUtil { position: "absolute", top: 8, right: 8, - zIndex: 1000, + zIndex: 10, display: "flex", gap: 4, + pointerEvents: "auto", }} >