File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 7
7
style: 'mapbox://styles/luckydonald/cjqwaq8xs3x9j2sn2cbsdzyt6',
8
8
center: [-76.61703, 39.28529],
9
9
zoom: 16,
10
+ showCompass: false,
11
+ showZoom: false,
10
12
}"
11
13
:hide-credits =" false"
12
14
/>
@@ -36,3 +38,13 @@ export default {
36
38
padding-bottom : 2vmin ;
37
39
}
38
40
</style >
41
+ <style lang="scss">/* unscoped */
42
+ #map .mapboxgl-control-container ,
43
+ #map .mapboxgl-control-container .mapboxgl-ctrl
44
+ {
45
+ display : none !important ;
46
+ pointer-events : auto !important ;
47
+ position : absolute ;
48
+ top : -100% ;
49
+ }
50
+ </style >
Original file line number Diff line number Diff line change 7
7
style: 'mapbox://styles/luckydonald/cjqwaq8xs3x9j2sn2cbsdzyt6',
8
8
center: [-76.61703, 39.28529],
9
9
zoom: 10,
10
+ showCompass: false,
11
+ showZoom: false,
10
12
}"
11
13
:hide-credits =" false"
12
14
/>
@@ -36,3 +38,13 @@ export default {
36
38
padding-bottom : 2vmin ;
37
39
}
38
40
</style >
41
+ <style lang="scss">/* unscoped */
42
+ #map .mapboxgl-control-container ,
43
+ #map .mapboxgl-control-container .mapboxgl-ctrl
44
+ {
45
+ display : none !important ;
46
+ pointer-events : auto !important ;
47
+ position : absolute ;
48
+ top : -100% ;
49
+ }
50
+ </style >
You can’t perform that action at this time.
0 commit comments