Remove unused background overlay and update tests

This commit is contained in:
2026-04-13 14:11:18 +02:00
parent 4f67e7b655
commit 5bbcb2c850
4 changed files with 77 additions and 60 deletions

View File

@@ -1258,13 +1258,6 @@ button:disabled {
pointer-events: auto;
}
.runner-canvas__background-overlay {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
}
.runner-canvas__loading-overlay--hidden {
opacity: 0;
visibility: hidden;