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

sui.modal Incompatiple with Semantic UI CSS 2.3.3 #407

Closed
TonyTNguyen opened this issue Aug 10, 2018 · 3 comments
Closed

sui.modal Incompatiple with Semantic UI CSS 2.3.3 #407

TonyTNguyen opened this issue Aug 10, 2018 · 3 comments

Comments

@TonyTNguyen
Copy link

I know the dependency require Semantic UI CSS 2.2.13, but fyi, the current sui.modal is not compatible to latest 2.3.3 due to changes in ui.modal of Semantic UI

@hugo-dlb
Copy link

Might be a duplicate (#371)
Workaround : override semantic-ui css with the previous css version for the modals only
<link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/components/modal.css" rel="stylesheet">

@TonyTNguyen
Copy link
Author

Work for me

@Vankerkom
Copy link

For people that come across this issue, install the alpha version where it is fixed.

npm install ng2-semantic-ui@0.10.0-alpha.6

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

3 participants