From: Paul Hänsch Date: Thu, 30 Apr 2026 05:21:30 +0000 (+0200) Subject: avoid covering floating elements X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=09dbe4327bbbd9fb9549d697337a7c3eaa30eb03;p=shellwiki avoid covering floating elements --- 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,