aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.scss
diff options
context:
space:
mode:
authorAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-06-28 10:28:52 -0700
committerAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-06-28 10:28:52 -0700
commitdbff7ae16f240f80b8b8131d35929b4a2135d0aa (patch)
tree305dea9ad2c6a53a8a880f2f6ed6f8a0baf5fc6f /src/client/views/collections/CollectionMapView.scss
parent73f0e51298866db9afb83c1c9086c6e9234ff131 (diff)
env updates
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
-rw-r--r--src/client/views/collections/CollectionMapView.scss11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss
index e87c02611..874511533 100644
--- a/src/client/views/collections/CollectionMapView.scss
+++ b/src/client/views/collections/CollectionMapView.scss
@@ -6,19 +6,10 @@
.collectionMapView-contents {
width: 100%;
height: 100%;
+ overflow: hidden;
> 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;
- }
}
}