Skip to content

Commit

Permalink
Merge pull request #199 from vsimakhin/fix/map-layout
Browse files Browse the repository at this point in the history
try to fix map layout
  • Loading branch information
vsimakhin authored Mar 8, 2024
2 parents 125f617 + a89a1a6 commit f8e5616
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/web/templates/map.page.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<link rel="stylesheet" href="/static/css/ol.css">
<style>
.ol-map {
height: 800px;
width: 100%;
height: 85% !important;
width: 72%;
position: absolute;
}
.ol-popup {
position: absolute;
Expand Down

0 comments on commit f8e5616

Please sign in to comment.