We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb4703 commit 31d05c2Copy full SHA for 31d05c2
src/map/Map.module.css
@@ -21,7 +21,7 @@
21
22
/* changing the position of the attribution is a bit complex as we have to repeat the other css */
23
.customAttribution {
24
- left: 0;
+ left: 28px;
25
bottom: 0;
26
padding: 1px 5px;
27
background-color: rgba(255, 255, 255, 0.8);
@@ -44,24 +44,9 @@
44
45
.topBar {
46
position: absolute;
47
48
- bottom: -0.3rem;
49
- width: 100%;
50
z-index: 1;
51
- padding: 1px 180px;
52
}
53
54
.hidePathsButton {
55
- display: inline-block;
56
- background: none;
57
- border: none;
58
- font-size: 13px;
59
- padding: 8px 16px;
60
- margin: 0;
61
-}
62
-
63
-@media {
64
- .smallScreenRoutingResultVisible .topBar {
65
- bottom: 10.95rem;
66
- }
+ background-color: rgba(255, 255, 255, 1.0);
67
0 commit comments