Fixed z-index header

This commit is contained in:
Manuel Montes 2020-01-09 11:52:27 +01:00 committed by Daniel Rodriguez
parent d8b97885a9
commit 5e058df052
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 {