From 04ae8fcf4d0c48f48de66b3d1561a0bf6c6a83cb Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Wed, 6 Nov 2024 11:06:35 -0800 Subject: [PATCH] sidebar atop header --- src/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/layout.css b/src/style/layout.css index 2d7c373e2..1d2169cbe 100644 --- a/src/style/layout.css +++ b/src/style/layout.css @@ -123,7 +123,7 @@ body { visibility: hidden; font-weight: 500; width: calc(272px + var(--observablehq-sidebar-padding-left)); - z-index: 2; + z-index: 3; top: 0; bottom: 0; left: -272px;