__Issue description__: When there is manually specified navContainer with children elements and when there are multiple slides per page, there is a wrong number of pages in pagination shown (all of them are shown). In 2.8.8, the redundant pages were hidden via inline CSS. That does not happen since 2.9.0 and all pages remain visible.
__Demo link/slider setting__: https://codepen.io/zipper/pen/rbZrXb
_Tiny-slider version_: 2.9.0 - 2.9.1
_Browser name && version_: Chrome 73 (Doesn't matter)
_OS name && version_: Windows 10 (Doesn't matter)
adding style="display:none" to every pagination item will work around this issue
Most helpful comment
adding
style="display:none"to every pagination item will work around this issuehttps://codepen.io/anon/pen/QPeeeX