Skip to content

Commit be0b2a8

Browse files
kagiurazwliew
authored andcommitted
fix: 🐛 fix mobile having slight horizontal scrolll
1 parent c5a8fe6 commit be0b2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/views/mobility/MobilityContainer/MobilityContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
.map {
2929
flex: 1;
30-
min-width: 24rem;
30+
min-width: min(100vw, 24rem);
3131
overflow: hidden;
3232

3333
@media (max-width: 768px) {

0 commit comments

Comments
 (0)