Skip to content

Commit 3443d7e

Browse files
committed
feat: update stability css
1 parent 7fda849 commit 3443d7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/generators/legacy-html/assets/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ hr.line {
318318
margin: 0 0 1rem;
319319
padding: 1rem;
320320
line-height: 1.5;
321+
322+
position: sticky;
323+
top: 3rem;
324+
z-index: 1;
321325
}
322326

323327
.api_stability p:first-of-type {
@@ -869,6 +873,10 @@ kbd {
869873
position: relative;
870874
top: 0;
871875
}
876+
877+
.api_stability {
878+
top: 0;
879+
}
872880
}
873881

874882
@media not screen, (height <= 1000px) {

0 commit comments

Comments
 (0)