From dd48dc8c6e49d000276850e57a69b9ce0390b029 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Thu, 7 May 2026 14:03:14 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index b49ad298..31603610 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -273,10 +273,6 @@ body { gap: 8px; position: sticky; top: 0; - /* Explicitly lift above the nav buttons. `.sidebar > *` sets z-index 1 on - every sidebar child, so without this the sticky header paints at the - same stacking level as the nav and loses to it on DOM order. */ - z-index: 2; overflow: hidden; flex-shrink: 0;