aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox/MapBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
-rw-r--r--src/client/views/nodes/MapBox/MapBox.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss
index 8fbb6e82e..bd4b51038 100644
--- a/src/client/views/nodes/MapBox/MapBox.scss
+++ b/src/client/views/nodes/MapBox/MapBox.scss
@@ -7,6 +7,9 @@
overflow: hidden;
display: flex;
position: absolute;
+ .mapboxgl-marker {
+ cursor: default;
+ }
.mapboxgl-map {
overflow: unset !important;
@@ -28,8 +31,8 @@
align-items: center;
width: calc(100% - 40px);
z-index: 1;
- position: relative;
- background: lightGray;
+ position: relative;
+ background: lightGray;
}
.mapbox-settings-panel {
@@ -175,7 +178,7 @@
.mapBox-wrapper {
width: 100%;
transform-origin: top left;
-
+
.mapBox-input {
box-sizing: border-box;
border: 1px solid transparent;