diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-14 17:37:20 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-14 17:37:20 -0400 |
| commit | a9613d73947ee9b000c695b8f3d7685feed96a27 (patch) | |
| tree | e4a3408e25d17f3b879f9dd456586fa7e25f6761 /src/client/views/collections/CollectionMapView.scss | |
| parent | 3494d987b72b1e60bf1ded41443391952578e323 (diff) | |
fixed goldenlayout borders. made filter flyout semistransparent. fixed map to stay inbounds when filter is expanded.
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 cb58b1750..7e4f9a0f4 100644 --- a/src/client/views/collections/CollectionMapView.scss +++ b/src/client/views/collections/CollectionMapView.scss @@ -4,6 +4,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 + } } } |
