mirror of
https://github.com/walkermatt/ol-layerswitcher.git
synced 2026-01-25 14:48:05 +00:00
5 lines
116 B
CSS
5 lines
116 B
CSS
/* Set the maxmimum height of the layerswitcher when it's shown */
|
|
.layer-switcher.shown {
|
|
max-height: 170px;
|
|
}
|