You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
525 B
35 lines
525 B
.map2d-wrapper {
|
|
position: fixed;
|
|
bottom: 116px;
|
|
left: 10px;
|
|
right: 10px;
|
|
height: 210px;
|
|
border-radius: 18px 18px 0 0;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
z-index: 12 !important;
|
|
}
|
|
|
|
.map2d-wrapper.hidden {
|
|
bottom: -99999999px;
|
|
}
|
|
|
|
.map2d {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: calc(100vw - 20px);
|
|
height: 210px;
|
|
z-index: 1;
|
|
}
|
|
.map2d-wrapper > .exit {
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 16px;
|
|
left: auto;
|
|
right: 16px;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|