I had the same problem. My solution was to modify the CSS of the modal component from the semantic interface as follows:
.modal { position: relative;} or #myModal { position: relative;} <div id="myModal" class="ui small modal"></div>
This works for me, I hope to help you. I agree with Michael Hait, this question may arise for any conflict between Boostrap and Semantic UI
source share