From 07d8e61bb9e43ce8b31e3aa9f10b7bdf70f593f0 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 25 May 2016 10:11:51 +0200 Subject: [PATCH] bijoe: fix z-index of ODS export button --- bijoe/templates/bijoe/cube.html | 1 + 1 file changed, 1 insertion(+) diff --git a/bijoe/templates/bijoe/cube.html b/bijoe/templates/bijoe/cube.html index 34951a7..f24d70e 100644 --- a/bijoe/templates/bijoe/cube.html +++ b/bijoe/templates/bijoe/cube.html @@ -21,6 +21,7 @@ table { input[type=submit] { float: right; z-index: 1; + position: relative; } .filter { display: inline-block; }