pull/9238/head
Simon H 3 years ago committed by GitHub
parent a2bb211c3f
commit 94ba7280ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,8 +104,8 @@
<style>
.repl-outer {
position: relative;
height: calc(100% - var(--sk-nav-height));
height: calc(100dvh - var(--sk-nav-height));
height: calc(100% - var(--sk-nav-height) - var(--sk-banner-bottom-height));
height: calc(100dvh - var(--sk-nav-height) - var(--sk-banner-bottom-height));
--app-controls-h: 5.6rem;
--pane-controls-h: 4.2rem;
overflow: hidden;

@ -99,6 +99,5 @@
color: white;
text-decoration: underline;
padding: 8px;
z-index: 10;
}
</style>

Loading…
Cancel
Save