From dd11ef5d5f9a3d9c2bd869058ed494087fbc089e Mon Sep 17 00:00:00 2001 From: Flodkvist <31692548+Flodkvist@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:13:11 +0100 Subject: [PATCH] css class adjustment (#1870) Adjusted css class in overlays component. --- src/controls/legend/visibleOverlays.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/legend/visibleOverlays.js b/src/controls/legend/visibleOverlays.js index 74a929716..60bf4a733 100644 --- a/src/controls/legend/visibleOverlays.js +++ b/src/controls/legend/visibleOverlays.js @@ -20,7 +20,7 @@ const Overlays = function Overlays(options) { labelOpacitySlider } = options; - const cls = `${clsSettings} o-layerswitcher-overlays flex row overflow-hidden`.trim(); + const cls = `${clsSettings} o-layerswitcher-overlays flex row overflow-auto`.trim(); const style = dom.createStyle({ width: '220px', height: '100%', 'min-width': '220px', ...styleSettings });