diff --git a/src/components/WindowsViewport.tsx b/src/components/WindowsViewport.tsx index 2092bf30..c899f803 100644 --- a/src/components/WindowsViewport.tsx +++ b/src/components/WindowsViewport.tsx @@ -28,7 +28,7 @@ export function WindowsViewport({ children }: PropsWithChildren): JSX.E const { zIndex } = useTheme(); return ( -
+
{children}
); diff --git a/src/components/window/WindowFrame.tsx b/src/components/window/WindowFrame.tsx index 07f88623..a1e3a005 100644 --- a/src/components/window/WindowFrame.tsx +++ b/src/components/window/WindowFrame.tsx @@ -277,7 +277,7 @@ export const WindowFrame = forwardRef((props: PropsWithChildren +
{/*fallback animation for lazy loaded content*/} @@ -286,7 +286,7 @@ export const WindowFrame = forwardRef((props: PropsWithChildren