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.
33 lines
477 B
33 lines
477 B
.map2d-wrapper {
|
|
position: fixed;
|
|
bottom: 82px;
|
|
left: 8px;
|
|
right: 8px;
|
|
height: 248px;
|
|
border-radius: 16px 16px 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 - 8px - 8px);
|
|
height: 248px;
|
|
z-index: 1;
|
|
}
|
|
.slider {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 248px;
|
|
z-index: 2;
|
|
}
|
|
|