mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
commit
063600fda2
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user