rubenv / angular-rt-popup

A better version of the Bootstrap popover, for Angular.JS
MIT License
22 stars 14 forks source link

overflow auto #13

Open kodermax opened 9 years ago

kodermax commented 9 years ago

content.css({ // Need to figure out where this 4 comes from. maxHeight: maxHeight - footer.outerHeight() - header.outerHeight() - 4, overflow: 'auto' });

Could you please make overflowe as parameter?