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

modal is not showing up but code js is ok #228

Open
Josbla opened this issue Dec 14, 2017 · 0 comments
Open

modal is not showing up but code js is ok #228

Josbla opened this issue Dec 14, 2017 · 0 comments

Comments

@Josbla
Copy link

Josbla commented Dec 14, 2017

property "display" is "none" instead of "block" when modal is open in modal class bootstrap css
that causes the effect backdrop appears, and html code of modal do same, but that is not visible, and can not be dissmised because i'm using manualy close functions.
i have the modal inside a div, like this:

<div>
    <div class="modal">
        ...modal head, content, foter...
    </div>
</div>

and I calling this usin the function modal.element.modal().

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