diff options
author | Noma <thu_vu@brown.edu> | 2025-03-21 15:21:52 -0400 |
---|---|---|
committer | Noma <thu_vu@brown.edu> | 2025-03-21 15:21:52 -0400 |
commit | 742d05defaa3612933adf5bf8cd6afa4f0c1de93 (patch) | |
tree | 6aa796206f7ea35ea8ab61be9b7d11c897ef7fdf /src/client/views/nodes/MapBox/MapBox.scss | |
parent | 10c9ef174be25a821900185e762ab1cc3e48df18 (diff) | |
parent | 09c9a21a3c49c831a007afc1e5ffaa04e2282589 (diff) |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index fdd8a29d7..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; @@ -27,6 +30,9 @@ gap: 5px; align-items: center; width: calc(100% - 40px); + z-index: 1; + position: relative; + background: lightGray; } .mapbox-settings-panel { @@ -171,6 +177,8 @@ .mapBox-wrapper { width: 100%; + transform-origin: top left; + .mapBox-input { box-sizing: border-box; border: 1px solid transparent; |