From 59926a0db3fec4c2f471b6ec314ecd97484e9b14 Mon Sep 17 00:00:00 2001 From: Michael Green Date: Mon, 17 Mar 2025 10:32:46 +0100 Subject: [PATCH] fix group heading boxes appearing above floating attribute headings --- styles/simple.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/simple.css b/styles/simple.css index 09e8e4f..8b07a78 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -161,6 +161,7 @@ border-radius: 2px; text-align: left; font-weight: bold; + z-index: 1; } .worldbuilding .attributes-list { list-style: none;