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

Problem with bootstrap modal #18

Open
RicardoBer opened this issue Nov 1, 2018 · 0 comments
Open

Problem with bootstrap modal #18

RicardoBer opened this issue Nov 1, 2018 · 0 comments

Comments

@RicardoBer
Copy link

When I used in an input into a bootstrap modal the keyboard shows under backdrop, so it is unusable.

My current workaround is this:

$(document).ready(function () {
  //Pongo el teclado delante de todo por las modales (se quedan debajo por defecto)
    $('#mlkeyboard').css('z-index', 9999);
}
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