Fixed heigth in pure view when see a services map. Tiquet: #2470
This commit is contained in:
parent
902dd189d5
commit
aeedcd0ec3
|
@ -1486,7 +1486,7 @@ div#main_pure {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
height: auto;
|
height: 1000px;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue