diff --git a/src/components/global/Playground/index.tsx b/src/components/global/Playground/index.tsx index 781b65e0bdb..209a0369971 100644 --- a/src/components/global/Playground/index.tsx +++ b/src/components/global/Playground/index.tsx @@ -591,12 +591,12 @@ export default function Playground({ */} {devicePreview ? [ -
+
, -
+
@@ -608,12 +608,14 @@ export default function Playground({ className={!isIOS ? 'frame-hidden' : ''} ref={(ref) => handleFrameRef(ref, 'ios')} src={sourceiOS} + aria-hidden={!isIOS ? 'true' : null} >, , ]}
,