mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-19 21:21:32 +00:00
chore: Fix zap dissolve positioning
This commit is contained in:
@@ -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)"
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
}
|
||||
|
||||
#zen-zap-dissolve-canvas {
|
||||
position: absolute !important;
|
||||
position: fixed !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
left: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user