Skip to content

Commit fcab815

Browse files
committed
Fix visibility of button
1 parent 31d05c2 commit fcab815

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/map/Map.module.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,17 @@
4444

4545
.topBar {
4646
position: absolute;
47+
bottom: -0.35rem;
4748
z-index: 1;
4849
}
4950

5051
.hidePathsButton {
51-
background-color: rgba(255, 255, 255, 1.0);
52+
background-color: rgba(255, 255, 255, 0.8);
53+
border: none;
54+
}
55+
56+
@media {
57+
.smallScreenRoutingResultVisible .topBar {
58+
bottom: 11.1rem;
59+
}
5260
}

0 commit comments

Comments
 (0)