Y-SLD/assets/playkit/plugins/leaflet-side/layout.css

18 lines
298 B
CSS
Raw Normal View History

2024-03-01 11:23:55 +00:00
.leaflet-sbs-range {
position: absolute;
top: 50%;
width: 100%;
z-index: 999;
}
.leaflet-sbs-divider {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
margin-left: -2px;
width: 4px;
background-color: #fff;
pointer-events: none;
z-index: 999;
}