Skip to content

Commit

Permalink
Fixup: Add border for scrollable layers list
Browse files Browse the repository at this point in the history
  • Loading branch information
ianguerin committed May 2, 2024
1 parent 52e1d02 commit 7e7410a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/map-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ represents 1 unit of the given distance measurement. */
border: solid var(--map-col-section-divider, var(--map-col-bkg-lightest__deprecate));
border-width: 1px 0;
overflow: auto;
border-top: 1px solid var(--map-col-item-divider, var(--map-col-bkg-lightest__deprecate));
}
}

Expand Down

0 comments on commit 7e7410a

Please sign in to comment.