Skip to content

Commit

Permalink
Merge pull request #1 from ksalamy/ksalamy-smdb-1
Browse files Browse the repository at this point in the history
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
  • Loading branch information
ksalamy authored May 21, 2024
2 parents d2bee9c + aac5c18 commit 8a44de5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions smdb/smdb/static/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html,
body {
height: 100%;
min-height: 100%;
overflow: scroll;
overflow: hidden;
margin: 0;
height: 100vh;
font-family: "Roboto", sans-serif !important;
Expand All @@ -11,8 +11,10 @@ body {

#map {
width: 100%;
height: 85%;
padding-top: 10%;
/* The following line is important for fitting map onto map-pane and zooming out*/
height: 85% !important;
top: 165px;
position: relative;
/*margin-left: 250px; - Testing with new proSidebar*/
}

Expand All @@ -31,4 +33,4 @@ body {

.leaflet-control>.leaflet-sidebar-topleft {
width: 250px !important;
}
}

0 comments on commit 8a44de5

Please sign in to comment.