fix(overlay): add background to log overlay and use monospace font

Fixes two issues from #8089:
- Add background-color to overlay-log so the container is visible
  before text starts appearing
- Use monospace font in overlay iframe content for better log readability
- Bump CSS cache version to v12
This commit is contained in:
copilot-swe-agent[bot]
2026-06-08 08:11:59 +00:00
committed by GitHub
parent 5393ffbb81
commit 1f91919dca
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -487,10 +487,12 @@ input[type="checkbox"]:disabled:not(:checked) + label {
height: min(400px, calc(100vh - 14rem));
border-radius: var(--border-radius-large);
border: solid thin rgb(192, 192, 192);
background-color: var(--color-main-background);
}
.overlay-iframe {
padding: 1rem;
font-family: monospace;
}
.loader {