Vertical scrollbar will not show in IE11 when absolute positioning is used

Tags: #<Tag:0x00007efc70969510>

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?

Please check the answer at: https://github.com/handsontable/handsontable/issues/3696 (the same subject).