m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Page with overflow:scroll slides up when modal opens #110

Closed AaronJessen closed 9 years ago

AaronJessen commented 9 years ago

Hello,

On a page where the body overflow is set to scroll, if the page is scrolled to anywhere but the top, the page scrolls to the top when opening the modal. Have you or anyone else noticed this behavior? If so, how can I stop it from happening?

m-e-conroy commented 9 years ago

This is beyond the scope of this project.

I would suggest asking the folks at Angular-Bootstrap, this also could be an issue with just the Bootstrap CSS itself.