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 7fda849 commit 3443d7eCopy full SHA for 3443d7e
src/generators/legacy-html/assets/style.css
@@ -318,6 +318,10 @@ hr.line {
318
margin: 0 0 1rem;
319
padding: 1rem;
320
line-height: 1.5;
321
+
322
+ position: sticky;
323
+ top: 3rem;
324
+ z-index: 1;
325
}
326
327
.api_stability p:first-of-type {
@@ -869,6 +873,10 @@ kbd {
869
873
position: relative;
870
874
top: 0;
871
875
876
877
+ .api_stability {
878
+ top: 0;
879
+ }
872
880
881
882
@media not screen, (height <= 1000px) {
0 commit comments