pointer-events: none;
This commit is contained in:
parent
9103532fed
commit
d42111afd3
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-card v-show="poiPlaceName" bordered flat class="col-12 bg-grey-2 shadow-0">
|
<q-card v-show="poiPlaceName" bordered flat class="col-12 bg-grey-2 shadow-0">
|
||||||
<div id="mapViewDisplay" style="height: 35vh"></div>
|
<div id="mapViewDisplay" style="height: 35vh; pointer-events: none"></div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
:class="
|
:class="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue