dont position:absolute #map

This commit is contained in:
Laura Klünder 2017-12-10 15:50:22 +01:00
parent ad8300665b
commit b3ae87570f

View file

@ -83,12 +83,8 @@ main.account form {
} }
#map { #map {
position: absolute; position: relative;
z-index: 1; z-index: 1;
left: 0;
top: 0;
right: 0;
bottom: 0;
} }
#sidebar { #sidebar {
position: absolute; position: absolute;