diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 16:21:55 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 16:21:55 -0700 |
| commit | c3c63effcdd9068c4ed5968a4a66f881957c8cb8 (patch) | |
| tree | 0f04da1366b4c6090f052449723175f141cf97cf /src/client/views/collections/CollectionMapView.scss | |
| parent | 53570be88cded2ec15338857b039564b16545d47 (diff) | |
| parent | 1745feaae5fbf5d794c8d692bd3f6b8eacd3d7fc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionMapView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionMapView.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionMapView.scss b/src/client/views/collections/CollectionMapView.scss index 2e642be6b..870b7fda8 100644 --- a/src/client/views/collections/CollectionMapView.scss +++ b/src/client/views/collections/CollectionMapView.scss @@ -5,6 +5,9 @@ .collectionMapView-contents { width: 100%; height: 100%; + > div { + position: unset !important; // when the sidebar filter flys out, this prevents the map from extending outside the document box + } } } |
