Overlay help Screen not covering header and footer in ionic

i am using ng-walkthrough for overlay help screen


but it is not covering whole page (like header and footer).

It’s probably the problem with CSS z-index. I bet overlay has a lower z-index than header and footer.

You should inspect this on your desktop computer, or you can raise it manually until overlay finally covers everything.