fix(unify): css tweaks for AUT (#19393)

This commit is contained in:
Mark Noonan
2021-12-17 10:43:35 -05:00
committed by GitHub
parent 816dac8a95
commit 057902e847

View File

@@ -323,15 +323,23 @@ $navbar-width: 80px;
<style>
#unified-runner > div {
height: min(100%, 100vh);
height: 100%
}
iframe {
iframe.aut-iframe {
width: 100%;
height: 100%;
background: white;
}
iframe.spec-iframe {
border: none;
height: 0;
position: absolute;
visibility: hidden;
width: 0;
}
.highlight {
background: rgba(159, 196, 231, 0.6);
border: solid 2px #9FC4E7;