Skip to content

Commit 6475e73

Browse files
dario-piotrowiczRafaelGSS
authored andcommitted
doc: increase z-index of header element
increase the z-index of the header element to make sure that opened pickers from it (such as the node version picker) are on top of other content PR-URL: #57851 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent dbe525b commit 6475e73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api_assets/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ li.picker-header.expanded > .picker,
220220
:root:not(.has-js) li.picker-header:focus-within > .picker,
221221
:root:not(.has-js) li.picker-header:hover > .picker {
222222
display: block;
223-
z-index: 1;
224223
}
225224

226225
li.picker-header a span {
@@ -817,7 +816,7 @@ kbd {
817816
.header {
818817
position: sticky;
819818
top: -1px;
820-
z-index: 1;
819+
z-index: 10;
821820
padding-top: 1rem;
822821
background-color: var(--color-fill-app);
823822
}

0 commit comments

Comments
 (0)