From 77bb2b90ca20c0ac0ed462f91ffea1287682e70f Mon Sep 17 00:00:00 2001 From: Christian Paul <info@jaller.de> Date: Thu, 10 May 2018 21:08:53 -0700 Subject: [PATCH] Remove z-index:1 on the border underneath tabs --- lib/tpl/dokuwiki/css/_tabs.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tpl/dokuwiki/css/_tabs.css b/lib/tpl/dokuwiki/css/_tabs.css index c4576c5ab..507f49e96 100644 --- a/lib/tpl/dokuwiki/css/_tabs.css +++ b/lib/tpl/dokuwiki/css/_tabs.css @@ -18,7 +18,6 @@ bottom: 0; left: 0; border-bottom: 1px solid @ini_border; - z-index: 1; } .dokuwiki .tabs > ul li, -- GitLab