Mobile map fix when listingId provided in URL
This commit is contained in:
12
web/dist/main.css
vendored
12
web/dist/main.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user