I am trying to contain/put a fin-hypergrid
within a web component, but because it's scrollbars are custom div
s with position: absolute
on them, they are positioned absolute to the window
rather that the component itself.
Here is my jsfiddle: https://jsfiddle.net/50kyyfam/
I'm almost certain I need to add a css properties to the :host
style to tell the grid to position absolute to the boundary of the data-grid
component, but I don't know what it should be?
EDIT: As a side note, if any of the fin-hypergrid
are looking, the minified version of core threw an exception when initialising the above jsfiddle. (Chrome 63)