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> <style>
.repl-outer { .repl-outer {
position: relative; position: relative;
height: calc(100% - var(--sk-nav-height)); height: calc(100% - var(--sk-nav-height) - var(--sk-banner-bottom-height));
height: calc(100dvh - var(--sk-nav-height)); height: calc(100dvh - var(--sk-nav-height) - var(--sk-banner-bottom-height));
--app-controls-h: 5.6rem; --app-controls-h: 5.6rem;
--pane-controls-h: 4.2rem; --pane-controls-h: 4.2rem;
overflow: hidden; overflow: hidden;

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

Loading…
Cancel
Save