mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-15 03:31:18 -06:00
fix(unify): css tweaks for AUT (#19393)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user