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

[Bug] modal close button is not shown #332

Open
liemteksun opened this issue Feb 6, 2022 · 2 comments
Open

[Bug] modal close button is not shown #332

liemteksun opened this issue Feb 6, 2022 · 2 comments
Labels

Comments

@liemteksun
Copy link

Version

3.0.1

Reproduction link

https://www.creative-tim.com/learning-lab/bootstrap/modal/material-dashboard

Operating System

Linux

Device

Linux

Browser & Version

chrome

Steps to reproduce

launch any modal

What is expected?

x (to close) should appear on the top right hand corner of the modal dialog

What is actually happening?

hidden


Solution

Additional comments

@groovemen
Copy link
Collaborator

Hello @liemteksun,

Thank you for using our products and for letting us know about this issue. Until the next product update, we'll ask you to make the following changes:

  • replace the modal close button with this one:
<button type="button" class="btn-close me-0" data-bs-dismiss="modal" aria-label="Close">
     <i class="fa fa-times text-body" aria-hidden="true"></i>
</button>

Hope this information helps you. Please let us know if we can help you with anything else.

All the best,
Stefan

@groovemen groovemen reopened this Feb 7, 2022
@groovemen groovemen added the bug label Feb 7, 2022
@liemteksun
Copy link
Author

OK, thanks for the prompt answer

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

No branches or pull requests

2 participants