Scroll bar not visible in Lightning themed page

Hey Daniel,

What’s worked for me is placing the skuid page components in a wrapper so that I can control the overflow of the page. Or you might want to apply a general height calculation to your page so that the scroll bar is moved up slightly. Something like {height: calc(100vh - 600px)} might work for you. 

In our Lightning development I’ve noticed that tables tend to span outside of the Lightning component.