更改iframe滚动条位置

时间:2018-01-30 12:33:53

标签: html css iframe wysihtml5 bootstrap-wysihtml5

wysihtml5 默认情况下,iframe 滚动条会显示在右侧,但我需要在左侧显示它以支持阿拉伯语视图

<iframe class="wysihtml5-sandbox"
  allowtransparency="true"  
  marginwidth="0" marginheight="0"
  style="background-color: rgb(255, 255, 255); border-collapse: separate; 
  border-color: rgb(218, 218, 231); border-style: solid; border-width: 1px; 
  clear: none; display: block; float: none; margin: 0px; outline: 0px none rgb(85, 85, 85); 
  outline-offset: 0px; padding: 6px 12px; position: static; top: auto; left: auto; right: auto;
  bottom: auto; z-index: auto; vertical-align: text-bottom; text-align: right;
  box-sizing: border-box; box-shadow: none; border-radius: 2px; width: 1354.17px;
  height: 214px;direction:rtl;" width="0" height="0" frameborder="0">
</iframe>

我设置direction: rtl但没有成功。

https://github.com/xing/wysihtml5 Live privew

0 个答案:

没有答案