chore: Fix zap dissolve positioning

This commit is contained in:
FlorianButz
2026-04-12 14:34:45 +02:00
parent 76bb81a795
commit 3e677ab956
2 changed files with 3 additions and 3 deletions

View File

@@ -509,8 +509,8 @@ void main() {
ctx.drawWindow(
this.window,
rect.left,
rect.top,
rect.left + this.window.scrollX,
rect.top + this.window.scrollY,
rect.width,
rect.height,
"rgba(0,0,0,0)"

View File

@@ -148,7 +148,7 @@
}
#zen-zap-dissolve-canvas {
position: absolute !important;
position: fixed !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;