Mobile map fix when listingId provided in URL

This commit is contained in:
Edin Dazdarevic
2017-04-15 01:30:38 +02:00
parent cfa14ed590
commit 04a4283371
3 changed files with 8 additions and 20 deletions

12
web/dist/main.css vendored
View File

@@ -74,10 +74,8 @@ html {
.right-content {
/*overflow-y: auto;*/
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
height: 100%;
padding: 10px 10px 0;
}
@@ -86,7 +84,7 @@ html {
box-sizing: border-box;
width: 572px;
padding-top: 60px;
float: right;
/*float: right;*/
height: 100%;
border: 1px solid #e6e6e6;
background: rgba(252,252,253,.9);
@@ -498,8 +496,8 @@ html {
}
.left-hidden {
position: absolute;
left: -100%;
/*position: absolute;*/
/*left: -100%;*/
}
.right-shown {