Appearance
You can render a pager overlay in the Nova theme by adding the km-scrollview-overlay
class to the ScrollView element.
<div data-role="scrollView" class="km-scrollview-overlay">
<div data-role="page">Foo</div>
<div data-role="page">Bar</div>
</div>