@@ -19,6 +19,7 @@ | |||
</div> | |||
<div | |||
v-show="problemPopupShow" | |||
id="problemOverlay" | |||
class="problem-overlay" | |||
> | |||
@@ -741,12 +742,14 @@ export default { | |||
.container{ | |||
width:100vw; | |||
height:100vh; | |||
position:relative; | |||
position:relative; | |||
overflow:hidden; | |||
} | |||
.map-container { | |||
width:100vw; | |||
height:100vh; | |||
} | |||
.layer-management { |