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
+1 -1
View File
@@ -418,7 +418,7 @@ readonly class DockerController {
<!DOCTYPE html>
<html lang="en" class="overlay-iframe">
<head>
<link rel="stylesheet" href="../../style.css?v11" media="all" />
<link rel="stylesheet" href="../../style.css?v12" media="all" />
<script type="text/javascript" src="../../apply-theme.js?v1"></script>
<script type="text/javascript" src="../../scroll-into-view.js"></script>
</head>