Skip to content

Commit 871a026

Browse files
committed
fix: 🐛 fix mobile having slight horizontal scrolll
1 parent 792bbef commit 871a026

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)