diff --git a/src/zen/common/styles/zen-browser-container.css b/src/zen/common/styles/zen-browser-container.css index 932700c0b..5e29a4d0f 100644 --- a/src/zen/common/styles/zen-browser-container.css +++ b/src/zen/common/styles/zen-browser-container.css @@ -61,6 +61,9 @@ .zen-pseudo-browser-image { position: absolute; + transform: scale(1); + width: 100%; + height: 100%; inset: 0; opacity: 0.4; pointer-events: none;