diff --git a/src/components/overlays/OverlayRouter.tsx b/src/components/overlays/OverlayRouter.tsx index ca6ff40a..4930df9d 100644 --- a/src/components/overlays/OverlayRouter.tsx +++ b/src/components/overlays/OverlayRouter.tsx @@ -72,7 +72,11 @@ function RouterBase(props: { id: string; children: ReactNode }) { }, [routeMeta?.height, routeMeta?.width, isMobile, api]); return ( - + {props.children} + + {/* Close button */} + + {/* Gradient to hide the progress */} +
); }