diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-16 14:18:55 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-16 14:18:55 -0500 |
| commit | 8960b33d4b006bc5a2251b3fa9e31def4a8b0131 (patch) | |
| tree | 66948bb600ad644bffa2b3ffbe5b2ce47d655cc8 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | dd86ab9a0d4c8cb5dcc4c789e0c225ab212c050e (diff) | |
| parent | ddf35f6b406a2f2e8c27c2c65d15206eaa3ddbe6 (diff) | |
Merge branch 'zaul-new-branch' of https://github.com/brown-dash/Dash-Web into zaul-new-branch
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index e25261729..ba1e99f84 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -88,12 +88,11 @@ flex-direction: column; justify-content: flex-start; align-items: flex-start; - position: absolute; background-color: rgb(187, 187, 187); padding: 10px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; - width: 100%; + position: absolute; #route-to-animate-title { font-size: 1.25em; |
