ThemeMapping
Type

Profiles

Available from


Overview


If you have a large number of Profiles you may not be able to see them all as the Profile panel is not configured to automatically scroll. It is, however, very simple to add a vertical scroll bar.

Step-by-step guide

To do the same for Base Maps use:

		#mapswitcher {
			max-height: 80%;
			overflow-y: auto;
			overflow-x: none;
			top: 38px !important;
		}