1
This commit is contained in:
@@ -388,7 +388,7 @@ export default {
|
||||
position: fixed;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
top: 0;
|
||||
top: 96px;
|
||||
left: 0;
|
||||
z-index: 1111;
|
||||
width: 100%;
|
||||
@@ -552,8 +552,11 @@ export default {
|
||||
}
|
||||
|
||||
.map-content {
|
||||
position: fixed;
|
||||
top: 96px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: calc(100vh - 96px);
|
||||
}
|
||||
|
||||
.popup {
|
||||
|
||||
Reference in New Issue
Block a user