diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-21 08:52:23 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-21 08:52:23 -0400 |
| commit | 09c9a21a3c49c831a007afc1e5ffaa04e2282589 (patch) | |
| tree | f075dac2dff53f025f68b1fa4db50551d03a43ba /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | 3dd806f6afcf2dd6ec12ecf4db4b40810eb052ff (diff) | |
| parent | 86ebf84ab4e69b3e206e8755b94638924ae10284 (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 | 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 381f073bb..bd4b51038 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -30,6 +30,9 @@ gap: 5px; align-items: center; width: calc(100% - 40px); + z-index: 1; + position: relative; + background: lightGray; } .mapbox-settings-panel { @@ -175,6 +178,7 @@ .mapBox-wrapper { width: 100%; transform-origin: top left; + .mapBox-input { box-sizing: border-box; border: 1px solid transparent; |
