2
I have a modal made with Foundation, what I want is to fix the bottom of the page, and just move the modal, follows a model: Example of modal with scroll
How can I accomplish that?
2
I have a modal made with Foundation, what I want is to fix the bottom of the page, and just move the modal, follows a model: Example of modal with scroll
How can I accomplish that?
0
In general, to place scroll is used:
#elemento{
overflow: scroll !important;
}
Browser other questions tagged css zurb-foundation
You are not signed in. Login or sign up in order to post.
Manage to solve the problem, gave a position:Fixed in a div!
– Andrew Maxwell