Skip to content

Commit 3d6467d

Browse files
committed
fix: use full height for geo plugin
1 parent 3983e82 commit 3d6467d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,9 @@ body {
162162
margin-top: 10px;
163163
}
164164
}
165+
166+
/* To remove when Thib geo plugin released the PR */
167+
.leaflet-container {
168+
height: 100% !important;
169+
min-width: 500px;
170+
}

0 commit comments

Comments
 (0)