From 86fa22450d7385c4a4ad46b8de01370dfd886393 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Tue, 3 Feb 2026 01:27:30 +0100 Subject: [PATCH] Fix parallax visibility and aspect --- wwwroot/styles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 71fe56c..5d7d586 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -6,13 +6,16 @@ system-ui, -apple-system, sans-serif; - background: #f6e9d6; color: #2c1c0d; --bg-scale: 1.12; --bg-x: 0px; --bg-y: 0px; } +html { + background: #f6e9d6; +} + *, *::before, *::after { @@ -27,9 +30,10 @@ align-items: center; gap: 16px; min-height: 100vh; - background-color: #f6e9d6; + background-color: transparent; position: relative; overflow: hidden; + isolation: isolate; } .page::before { content: ""; @@ -43,6 +47,7 @@ transform-origin: center; z-index: -1; will-change: transform, background-position; + pointer-events: none; } .lang-field {