@@ -89,6 +89,6 @@ export default {
.mapFrame {
width: 100%;
// min-height: calc(90vh);
- height: calc( 100vh - 200px );
+ height: calc( 100vh - 100px );
}
</style>