From 09dbe4327bbbd9fb9549d697337a7c3eaa30eb03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 30 Apr 2026 07:21:30 +0200 Subject: [PATCH] avoid covering floating elements --- themes/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default.css b/themes/default.css index 56e9cd5..d716f44 100644 --- a/themes/default.css +++ b/themes/default.css @@ -240,12 +240,14 @@ table { clear: both; width: 33%; margin: .25em 0 .5em 1em; + z-index: 1; } .left { float: left; clear: both; width: 33%; margin: .25em 1em .5em 0; + z-index: 1; } .left .left, .left .right, .right .left, .right .right, -- 2.47.3