From 5e058df052d3a4a0d2abcb68f1c0f7264aff3ac6 Mon Sep 17 00:00:00 2001 From: Manuel Montes Date: Thu, 9 Jan 2020 11:52:27 +0100 Subject: [PATCH] Fixed z-index header --- pandora_console/include/styles/pandora.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 5822ab4eac..a003dd0d7a 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -913,15 +913,15 @@ div#head { min-width: 882px; background-color: #fff; color: #000; - z-index: 2; + z-index: 11; } .fixed_header { - z-index: 9999; position: fixed; left: 0; top: 0; width: 100%; + z-index: 11; } #ver {