diff --git a/app/assets/stylesheets/map.css b/app/assets/stylesheets/map.css index edada63c74..07a41a8a3f 100644 --- a/app/assets/stylesheets/map.css +++ b/app/assets/stylesheets/map.css @@ -51,3 +51,9 @@ .leaflet-container .add-content-button { margin-right: 10px; } +.leaflet-pane{ + position: initial !important; +} +.leaflet-bar, .leaflet-top{ + position: initial !important; +} \ No newline at end of file diff --git a/app/assets/stylesheets/user_tags.scss b/app/assets/stylesheets/user_tags.scss index 46cfd13291..cd5c7ee652 100644 --- a/app/assets/stylesheets/user_tags.scss +++ b/app/assets/stylesheets/user_tags.scss @@ -4,4 +4,10 @@ #map { height: 225px; +} + +.card { + display: flex; + flex-direction: column; + height: 100%; } \ No newline at end of file