Skip to content

Commit

Permalink
Add scrolly attribute to layer legend style
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 5, 2023
1 parent 808bba8 commit bd95167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/components/common/mapbox/layer-legend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ const LegendBody = styled(WidgetItemBodyInner)`
padding: 0;
min-height: 32px;
max-height: 120px;
overflow-y: auto;
.scroll-inner {
padding: ${variableGlsp(0.5, 0.75)};
}
Expand Down

0 comments on commit bd95167

Please sign in to comment.