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

MessageModalDialog's background doesn't close. #9

Open
Tatoo2018 opened this issue Sep 18, 2018 · 0 comments
Open

MessageModalDialog's background doesn't close. #9

Tatoo2018 opened this issue Sep 18, 2018 · 0 comments

Comments

@Tatoo2018
Copy link

Tatoo2018 commented Sep 18, 2018

Message Detail Modal Dialog's background (

) doesn't clear, if I click Dialog's close button.

I couldn't not fix it perfectly ;/

I just removed [fade class] at modal html tag.
it worked.

before:
<div class="modal fade" id="messageModal" tabindex="-1" role="dialog" aria-labelledby="messageModalLabel">

after:
<div class="modal" id="messageModal" tabindex="-1" role="dialog" aria-labelledby="messageModalLabel">

[ at Encore\Admin\Message\MessageController.php ]

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