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

fixed заголовок (иной блок) #17

Open
mavsan opened this issue Sep 19, 2016 · 0 comments
Open

fixed заголовок (иной блок) #17

mavsan opened this issue Sep 19, 2016 · 0 comments

Comments

@mavsan
Copy link

mavsan commented Sep 19, 2016

При использовании зафиксированного заголовка при открытии модального окна происходит рывок содержимого фиксированного блока на ширину полосы прокрутки, что не есть хорошо. Пока решаю вот так:

$('#regModalForm').arcticmodal({ beforeOpen: function(data, el){ $('header').css('left', "-" + расчетШириныПолосыПрокрутки() + "px") }, afterClose: function(data, el){ $('header').css('left', 0) } })

Но каждый раз это делать как-то скучно, возможно добавить какой-то параметр (глобальный желательно) чтобы для каждого модального окна не делать таких танцев?

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

1 participant