【問題所在】css
系統框架下的,css/app.min.1.css 第9156html
原框架裏9156行css代碼以下:
html {
overflow-x: hidden\0/;
-ms-overflow-style:none;
}app
在此問題解決前,我在IE中,F12仿真調低了IE的文檔模式爲9時發現,滾動條時能夠出來的。可是,用meta改渲染模式時(<meta http-equiv="X-UA-Compatible"content="IE=9">),發現IE11並不起效果。爲此還嘗試了其餘方式,但沒一個有效果。框架
【解決方案】,在頁面中定義以下:
<style>
html { -ms-overflow-style:scrollbar; }
</style>ui
---------------------------------------------文章外充電--------------------------------------spa
關於
-ms-overflow-style 能夠查看微軟官方 https://msdn.microsoft.com/library/hh771902(v=vs.85).aspx htm