次の HTML コードでは、垂直スクロール abr が表示されません。なぜ ?
<style>
#mapIframe{
min-height:300px;
overflow:auto !important;
direction:rtl !important;
overflow-x:hidden !important;
overflow-y:scroll !important;
height:100%; //optional, but it can't hurt.
}
</style>
<iframe id="mapIframe" src="aurl" width="300" height="800" frameBorder="0">Browser not compatible.</iframe>