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
1 changed files with 2 additions and 2 deletions

View File

@ -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 {