Skip to content

Commit 0fb4703

Browse files
committed
Fix problem with button visibility on the small screen.
1 parent f1dc02e commit 0fb4703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/map/Map.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
margin: 0;
6161
}
6262

63-
@media (max-width: 44rem) {
63+
@media {
6464
.smallScreenRoutingResultVisible .topBar {
65-
bottom: 8.25rem;
65+
bottom: 10.95rem;
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)