From 757ae0d2b4b4fdc590f13f89042fc5e920d14d68 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 17 Jul 2026 11:29:55 -0300 Subject: [PATCH] Remove unecessary css clashing with scrolling on mobile --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index 1bd95b9..2eed9ee 100644 --- a/style.css +++ b/style.css @@ -83,7 +83,6 @@ input:focus { width: 100%; height: 100%; overflow: hidden; - backdrop-filter: var(--glass-blur); position: relative; } @@ -757,7 +756,6 @@ input:focus { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; - scroll-behavior: smooth; -webkit-overflow-scrolling: touch; /* Hide scrollbars */