diff --git a/assets/main.css b/assets/main.css index f0308e78..e579e8c4 100644 --- a/assets/main.css +++ b/assets/main.css @@ -550,6 +550,7 @@ input:not([type=radio]), left: 0; width: 100%; z-index: 999; + pointer-events: none; } @media (min-width: 768px) { .sticky-elements-wrapper { diff --git a/package.json b/package.json index 70c2c075..6aa246bc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "sass": "sass ./styles:./assets --no-source-map --watch", + "sass": "sass ./styles:./assets --no-charset --no-source-map --watch", "fix": "onchange \"**/*.*\" -- prettier --write --ignore-unknown ./**/*.* --plugin-search-dir=. --ignore-path=.prettierignore", "lint": "onchange \"**/*.*\" -- prettier --check .", "wind": "npx tailwindcss build -i ./styles/_utils.css -o ./styles/utils.scss", diff --git a/styles/main.scss b/styles/main.scss index 99872413..7ce4ea08 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -589,6 +589,7 @@ input:not([type='radio']), left: 0; width: 100%; z-index: 999; + pointer-events: none; @include breakpoint('md') { display: grid;