diff --git a/src/pages/discover/Discover.tsx b/src/pages/discover/Discover.tsx index c3366604..ffae9877 100644 --- a/src/pages/discover/Discover.tsx +++ b/src/pages/discover/Discover.tsx @@ -37,7 +37,7 @@ const Container = styled.div` `; const Frame = styled.iframe<{ loaded: boolean }>` - border: 0; + border: none; ${() => !isTouchscreenDevice && @@ -50,7 +50,7 @@ const Frame = styled.iframe<{ loaded: boolean }>` ${(props) => props.loaded ? css` - flex-grow: 1; + height: 100%; ` : css` display: none;