pace
pace copied to clipboard
[Question] How could add an overlay to the pace?
I want to add a overlay background fullscreen to, for example, the center-atom pace theme. My idea is to block all the page from clics giving some z-index=9999 to that overlay, plus I need it because I want to attenuate the light of the page. Any idea?
There's an example here: https://github.com/HubSpot/pace/issues/127
You can style your overlay element using the .pace-running and .pace-done classes.