:global(html),
:global(body),
:global(#root) {
height: 100%;
overflow: hidden;
}
.page {
height: 100%;
width: 100%;
margin: 0;
background: var(--bg0);
color: var(--text0);
overflow: hidden;
box-sizing: border-box;
padding: 10px;
display: flex;
flex-direction: column;
min-height: 0;
}
.browser {
flex: 1 1 auto;
height: 100%;
min-height: 0;
overflow: hidden;
}