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 1bdfea5 commit 2d8c8fcCopy full SHA for 2d8c8fc
1 file changed
assets/styles/pages/_api.scss
@@ -56,6 +56,10 @@ $ddpurple: #632ca6;
56
}
57
.api-toolbar {
58
margin-top: 0;
59
+
60
+ @include media-breakpoint-up(lg) {
61
+ top: 95px;
62
+ }
63
64
65
.main-api,
@@ -187,7 +191,7 @@ $ddpurple: #632ca6;
187
191
background: white;
188
192
position: sticky;
189
193
z-index: 5;
190
- top: 94px;
194
+ top: 65px;
195
height: 65px;
196
197
0 commit comments