We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329fc62 commit 8fae46cCopy full SHA for 8fae46c
app/assets/main.css
@@ -154,17 +154,9 @@ html {
154
-webkit-font-smoothing: antialiased;
155
-moz-osx-font-smoothing: grayscale;
156
text-rendering: optimizeLegibility;
157
- scroll-behavior: smooth;
158
scroll-padding-top: 5rem; /* Offset for fixed header - otherwise anchor headers are cutted */
159
}
160
161
-/* Disable smooth scrolling if user prefers reduced motion */
162
-@media (prefers-reduced-motion: reduce) {
163
- html {
164
- scroll-behavior: auto;
165
- }
166
-}
167
-
168
/*
169
* Enable CSS scroll-state container queries for the document
170
* This allows the footer to query the scroll state using pure CSS
0 commit comments