mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-14 11:11:38 -05:00
Revert "fix map container height to fit viewport"
This commit is contained in:
parent
4da1cba18b
commit
f99775994a
2 changed files with 1 additions and 6 deletions
|
|
@ -103,8 +103,3 @@
|
|||
margin-bottom: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.map-container-full-height {
|
||||
/* 100vh - navbar height - footer height */
|
||||
height: calc(100vh - 165px - 120px);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
data-distance="<%= @distance %>"
|
||||
data-points_number="<%= @points_number %>"
|
||||
data-timezone="<%= Rails.configuration.time_zone %>">
|
||||
<div data-maps-target="container" class="map-container-full-height rounded-lg w-full z-0">
|
||||
<div data-maps-target="container" class="h-[25rem] rounded-lg w-full min-h-screen z-0">
|
||||
<div id="fog" class="fog"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue