fixed noscrolling at manual
This commit is contained in:
parent
4353a9e0e5
commit
38b622dcf4
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div ref="contentView">
|
||||
<iframe :src="URI" id="myIframe" scrolling="no" frameborder="0"
|
||||
<iframe :src="URI" frameborder="0"
|
||||
:style="{ height: mapHeight+'px' }" class="relative-position full-width">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user