.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.ar { bottom: 116px; left: 10px; right: 10px; height: 210px; border-radius: 18px 18px 0 0; } .map2d-wrapper.bluetooth { bottom: 0; left: 0; right: 0; height: 100vh; border-radius: 0; } .map2d-wrapper.hidden { bottom: -99999999px; } .map2d { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; } .map2d-wrapper > .exit { z-index: 2; position: absolute; top: 16px; left: auto; right: 16px; width: 24px; height: 24px; }