Vertical scrollbar missing in IE11

夙愿已清 提交于 2020-01-05 04:05:17

问题


I love handsontable. So easy to use and so fast.

But I am stuck right now because I cannot get a vertical scrollbar to appear in IE11.

Here is the JsFiddle that shows the issue:

http://jsfiddle.net/Vaccano/uubL5azk/

If you run that in chrome or firefox you get a vertical scrollbar off to the side.

If you run in it IE11, there is no scrollbar.

The only thing I can think of that is non-standard with my setup is how I position the grid using this CSS:

.fill-client{
  position: absolute;
  bottom: 130px;
  width: 97%;
  top:190px;
  overflow: hidden;
}

Is there something I can change to allow me to use this kind of positioning and still get a scrollbar in IE11?

来源:https://stackoverflow.com/questions/38772980/vertical-scrollbar-missing-in-ie11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!