Fix browser height

This commit is contained in:
Dustin Brett 2024-01-25 19:15:56 -08:00
parent f4fd22c72a
commit 90b71aef5e

View File

@ -8,7 +8,7 @@ const StyledBrowser = styled.div<StyledBrowserProps>`
iframe {
background-color: ${({ $hasSrcDoc }) => ($hasSrcDoc ? "#fff" : "initial")};
border: 0;
height: calc(100% - 36px - 33px);
height: calc(100% - 42px - 37px);
width: 100%;
}