Merge branch 'ent-4597-bug-items-consola-visual-se-superponen-sobre-menu-superior' into 'develop'

Fixed z-index header

See merge request artica/pandorafms!2888
This commit is contained in:
Daniel Rodriguez 2020-01-09 11:52:27 +01:00
commit 063600fda2

View File

@ -913,15 +913,15 @@ div#head {
min-width: 882px; min-width: 882px;
background-color: #fff; background-color: #fff;
color: #000; color: #000;
z-index: 2; z-index: 11;
} }
.fixed_header { .fixed_header {
z-index: 9999;
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 11;
} }
#ver { #ver {