Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Баг с потерянным скроллом #10

Open
mydearfriend opened this issue Aug 26, 2013 · 2 comments
Open

Баг с потерянным скроллом #10

mydearfriend opened this issue Aug 26, 2013 · 2 comments

Comments

@mydearfriend
Copy link

При body{overflow:scroll;} теряем полосу после закрытия модального окошка.

@mydearfriend
Copy link
Author

                                $('#modal').arcticmodal({
                                    afterClose: function(){
                                        $('body').css('overflow','scroll');
                                    }
                                });

@Pastaraje
Copy link

Pastaraje commented Nov 1, 2016

Сейчас пришли с этим багом, проявляется только в firefox и способствует этому багу изначально добавленное в css следующее правило:
body { overflow-x: hidden; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants