Skip to content

Commit

Permalink
fix(sbb-map-container): remove width CSS property to avoid overscroll (
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation authored Sep 22, 2023
1 parent 78948ed commit d0ad56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/sbb-map-container/sbb-map-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
grid-template-columns: max(var(--sbb-map-container-sidebar-width)) calc(
100% - var(--sbb-map-container-sidebar-width)
);
width: 100vw;
height: calc(100vh - var(--sbb-map-container-margin-start, var(--sbb-header-height)));
overflow: hidden;
}
Expand Down

0 comments on commit d0ad56b

Please sign in to comment.