We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f17cf4 commit ffd24feCopy full SHA for ffd24fe
1 file changed
app/assets/stylesheets/base/root.css
@@ -5,6 +5,10 @@ body {
5
transition: background-color var(--transition-normal), color var(--transition-normal);
6
}
7
8
+html {
9
+ scroll-padding-top: calc(var(--nav-height) + var(--spacing-4));
10
+}
11
+
12
.container {
13
max-width: none;
14
width: 100%;
0 commit comments