diff options
author | bobzel <zzzman@gmail.com> | 2025-03-20 14:34:50 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-20 14:34:50 -0400 |
commit | 3dd806f6afcf2dd6ec12ecf4db4b40810eb052ff (patch) | |
tree | d887bf3ea360fe55490aca4bd8e92cc97e6fb094 | |
parent | 58a80118b8b219417e4b22839b1d2bde197b0eb6 (diff) |
from last
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index fdd8a29d7..381f073bb 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; @@ -171,6 +174,7 @@ .mapBox-wrapper { width: 100%; + transform-origin: top left; .mapBox-input { box-sizing: border-box; border: 1px solid transparent; |