From c323b25d84e0e7da656fc2d171c1b35e9b9068d4 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 12 Jan 2025 23:11:48 -0600 Subject: [PATCH] fix buttons popping up below heading --- core/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/style.css b/core/style.css index cfc0911..6917148 100644 --- a/core/style.css +++ b/core/style.css @@ -723,6 +723,7 @@ nav.top .navbutton-bar .button.selected { position: sticky; background-size: 64px; height: 60px; + z-index: -1; } .heading {