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 516fc9f commit c134103Copy full SHA for c134103
doc/api_assets/style.css
@@ -369,6 +369,11 @@ p {
369
padding-bottom: 2rem;
370
}
371
372
+/* prevent the module-level sticky stability header from overlapping the section headers when clicked */
373
+#apicontent:has(> .api_stability) a {
374
+ scroll-margin-top: 50px;
375
+}
376
+
377
table {
378
border-collapse: collapse;
379
margin: 0 0 1.5rem;
@@ -830,6 +835,12 @@ kbd {
830
835
position: relative;
831
836
top: 0;
832
837
838
+ .api_stability {
839
+ top: 0;
840
+ }
841
+ #apicontent a {
842
+ scroll-margin-top: 0;
843
833
844
834
845
846
@media not screen, (max-height: 1000px) {
0 commit comments