diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index e40fc2305eab40..b9af9ddea55aca 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -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); }