* { margin: 0; padding: 0; list-style: none; } html, body { width: 100%; height: 100%; } .leaflet-popup { position: absolute; width: 100%; height: 100%; text-align: center; } .leaflet-popup-content-wrapper { /* position: relative; */ display: flex; padding: 10px; text-align: center; height: 100%; overflow: hidden; background: white; text-align: left; box-sizing: border-box; } /* .leaflet-popup-content-wrapper div { z-index: 44; } */ video { object-fit: fill; /* position: absolute !important; width: calc(100%) !important; height: calc(100%) !important; z-index: 10; */ } .leaflet-menu-left { width: 220px; } .leaflet-menu-left li { margin-top: 4px; padding: 0 10px; box-sizing: border-box; height: 36px; line-height: 36px; text-align: center; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; } .leaflet-menu-left li.on { color: #fff; border-radius: 5px; background-color: #37ACF9; } .reals-right-y { margin-left: 10px; width: calc(100% - 230px); height: 100%; } .real-right-y { width: 100%; height: 100%; } .leaflet-popup-content-wrapper .bubble-window-top { position: absolute; top: 4px; left: 50%; transform: translate(-50%, 0); width: 30px !important; height: 30px !important; background: url(../img/top.png) no-repeat !important; background-size: 100% 100% !important; } .leaflet-popup-content-wrapper .bubble-window-left { position: absolute; top: 50%; left: 4px; transform: translate(0, -50%); width: 30px !important; height: 30px !important; background: url(../img/left.png) no-repeat !important; background-size: 100% 100% !important; } .leaflet-popup-content-wrapper .bubble-window-bottom { position: absolute; bottom: 4px; left: 50%; transform: translate(-50%, 0); width: 30px !important; height: 30px !important; background: url(../img/bottom.png) no-repeat !important; background-size: 100% 100% !important; } .leaflet-popup-content-wrapper .bubble-window-right { position: absolute; top: 50%; right: 4px; transform: translate(0, -50%); width: 30px !important; height: 30px !important; background: url(../img/right.png) no-repeat !important; background-size: 100% 100% !important; } .leaflet-popup-content-wrapper .bubble-window-blow-up { position: absolute; bottom: 4px; left: 10px; width: 30px !important; height: 30px !important; background: url(../img/blow-up.png) no-repeat !important; background-size: 100% 100% !important; } .leaflet-popup-content-wrapper .bubble-window-zoom-out { position: absolute; bottom: 4px; left: 46px; width: 30px !important; height: 30px !important; background: url(../img/zoom-out.png) no-repeat !important; background-size: 100% 100% !important; }