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 85d6a28 commit cb95e18Copy full SHA for cb95e18
doc/api_assets/style.css
@@ -373,6 +373,11 @@ p {
373
padding-bottom: 2rem;
374
}
375
376
+/* prevent the module-level sticky stability header from overlapping the section headers when clicked */
377
+#apicontent:has(> .api_stability) a {
378
+ scroll-margin-top: 50px;
379
+}
380
+
381
table {
382
border-collapse: collapse;
383
margin: 0 0 1.5rem;
@@ -837,6 +842,9 @@ kbd {
837
842
.api_stability {
838
843
top: 0;
839
844
845
+ #apicontent a {
846
+ scroll-margin-top: 0;
847
+ }
840
848
841
849
850
@media not screen, (max-height: 1000px) {
0 commit comments