Skip to content

Commit

Permalink
Revert "Github Issue #72: Enhance Missions Detail View - Update#2"
Browse files Browse the repository at this point in the history
  • Loading branch information
MBARIMike authored May 21, 2024
1 parent 27d15cb commit 2a657d2
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 200 deletions.
10 changes: 4 additions & 6 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: hidden;
overflow: scroll;
margin: 0;
height: 100vh;
font-family: "Roboto", sans-serif !important;
Expand All @@ -11,10 +11,8 @@ body {

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

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

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

0 comments on commit 2a657d2

Please sign in to comment.