From 73f0e51298866db9afb83c1c9086c6e9234ff131 Mon Sep 17 00:00:00 2001 From: Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> Date: Sat, 26 Jun 2021 13:00:52 -0700 Subject: overflow issue --- src/client/views/collections/CollectionMapView.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/client/views/collections/CollectionMapView.scss') 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 +} -- cgit v1.2.3-70-g09d2