Skip to content

Commit c2f3d2a

Browse files
doc: make Stability labels not sticky in Stability index
PR-URL: #58291 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Dario Piotrowicz <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Tierney Cyren <[email protected]>
1 parent fd0d852 commit c2f3d2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api_assets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ li.picker-header a span {
299299
z-index: 1;
300300
}
301301

302+
#api-section-documentation .api_stability {
303+
position: static;
304+
}
305+
302306
.api_stability * {
303307
color: var(--white) !important;
304308
}

0 commit comments

Comments
 (0)