zurb/reveal

Centering the Revel Modal

Closed this issue · 1 comments

Is it possible to center the reveal modal window, and so that when you scroll up or down it stays centered ?

Sure, just change the position of the modal from absolute to fixed in the CSS.

Here is the line you need to change:
https://github.com/zurb/reveal/blob/master/reveal.css#L24