angular-dynamic-layout
angular-dynamic-layout copied to clipboard
overlap dynamic-layout
I'm using the plugin, but the div "dynamic-layout" overlaps over other divs.
Example:
<div dynamic-layout items="cards" filters="filters" rankers="rankers"></div> <footer style="background:rgba(0,0,0,.2);padding:2%;"></footer>

How can i fix it?
Posting a fiddle would help, but It looks like you need to create a fixed or dynamic height on your wrapper. (ps I am not the author)