Update app.R
Browse files
app.R
CHANGED
@@ -109,7 +109,7 @@ ui <- dashboardPage(
|
|
109 |
}
|
110 |
/* Responsive map container */
|
111 |
.map-container {
|
112 |
-
height:
|
113 |
}
|
114 |
@media (max-width: 768px) {
|
115 |
.map-container {
|
|
|
109 |
}
|
110 |
/* Responsive map container */
|
111 |
.map-container {
|
112 |
+
height: 70vh; /* Default height for desktop */
|
113 |
}
|
114 |
@media (max-width: 768px) {
|
115 |
.map-container {
|