pace icon indicating copy to clipboard operation
pace copied to clipboard

[Question] How could add an overlay to the pace?

Open pmirandaarias opened this issue 8 years ago • 1 comments

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?

pmirandaarias avatar Jan 11 '18 19:01 pmirandaarias

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.

gigabeep avatar Jan 11 '18 19:01 gigabeep