Fix page with Zurb Foundation 5's Modal Reveal [closed]

2

I have a modal done with Foundation, what I intend is to set the background of the page, and only move the modal, follows a template: Modal example with scroll

How can I accomplish this?

    
asked by anonymous 12.04.2015 / 03:39

1 answer

0

In general, for scrolling, use:

#elemento{
   overflow: scroll !important;
}
    
12.04.2015 / 17:12