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?
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?
In general, for scrolling, use:
#elemento{
overflow: scroll !important;
}