Mah*_*esh 6 html css jquery-chosen
当页面方向设置为'rtl; 它创建水平滚动.我使用过选择的插件.它会产生不必要的"左:-9999px;" 为"选择下降"div类.请帮我解决这个问题.



.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: 9999px;
z-index: 1010;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border-top: 0;
background: #d1d0d0;
}
Run Code Online (Sandbox Code Playgroud)
使用"chosen.css"文件查找并更改此项.但是"左:-9999px;" 应改为"left:9999px;"