diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-06-26 13:00:52 -0700 |
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-06-26 13:00:52 -0700 |
| commit | 73f0e51298866db9afb83c1c9086c6e9234ff131 (patch) | |
| tree | a295e9f9876f48134adee775bbf3197b60daedab /src/client/views/collections/CollectionMapView.scss | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
overflow issue
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionMapView.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss index 870b7fda8..e87c02611 100644 --- a/src/client/views/collections/CollectionMapView.scss +++ b/src/client/views/collections/CollectionMapView.scss @@ -1,6 +1,7 @@ .collectionMapView { width: 100%; height: 100%; + overflow: hidden; .collectionMapView-contents { width: 100%; @@ -8,6 +9,16 @@ > div { position: unset !important; // when the sidebar filter flys out, this prevents the map from extending outside the document box } + + .dash-label { + position: absolute; + top: 1rem; + left: 5rem; + color: black; + z-index: 10; + margin: 0; + padding: 0; + } } } @@ -27,4 +38,4 @@ width: 50px; height: 50px; } -}
\ No newline at end of file +} |
