fix map again
This commit is contained in:
parent
b04d46f8cf
commit
6a8e150231
1 changed files with 6 additions and 1 deletions
|
@ -59,6 +59,7 @@ main {
|
|||
border-top-width: 1px;
|
||||
padding: 10px;
|
||||
padding-top: 20px;
|
||||
position: relative;
|
||||
}
|
||||
main.map {
|
||||
/*noinspection CssUnknownTarget*/
|
||||
|
@ -83,8 +84,12 @@ main.account form {
|
|||
}
|
||||
|
||||
#map {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
#sidebar {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue