Skip to content

Commit

Permalink
fix(sbb-map-container): add scrollbar background and divider line (#2316
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jeripeierSBB authored Jan 4, 2024
1 parent 33dfe8e commit 4b0f765
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/map-container/map-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}

.sbb-map-container__sidebar {
@include sbb.scrollbar;
@include sbb.scrollbar($size: thick, $track-visible: true);

grid-column: 1 / 3;
grid-row: 2 / 3;
Expand All @@ -87,6 +87,7 @@
grid-row: 1 / 3;
border-radius: 0;
margin-block-start: 0;
border-block-start: var(--sbb-border-width-1x) solid var(--sbb-color-cloud-default);
}
}

Expand Down

0 comments on commit 4b0f765

Please sign in to comment.