Skip to content

Commit

Permalink
css class adjustment (#1870)
Browse files Browse the repository at this point in the history
Adjusted css class in overlays component.
  • Loading branch information
Flodkvist authored Oct 31, 2023
1 parent 754cb1a commit dd11ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/legend/visibleOverlays.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit dd11ef5

Please sign in to comment.