mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 13:40:37 +00:00
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: https://github.com/nodejs/node/pull/57851 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
parent
78fd82b77b
commit
11bb7cdb07
@ -220,7 +220,6 @@ li.picker-header.expanded > .picker,
|
||||
:root:not(.has-js) li.picker-header:focus-within > .picker,
|
||||
:root:not(.has-js) li.picker-header:hover > .picker {
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
li.picker-header a span {
|
||||
@ -821,7 +820,7 @@ kbd {
|
||||
.header {
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
padding-top: 1rem;
|
||||
background-color: var(--color-fill-app);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user