Fix browser height
This commit is contained in:
parent
f4fd22c72a
commit
90b71aef5e
@ -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%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user