I have supplied a screenshot of the green line occurring on the bottom of my video. In the Chrome browser the green line is visible both when it's maximized in the and when it's in it's normal state, the only time the green line isn't visible is when the play controls are over top of it or if I run my localhost in Mozilla, Mozilla has 0 issues. How to solve this in Chrome?
Edit: Forgot to mention I am using only bootstrap for the styling right now no CSS.
return (
<React.Fragment>
<Navbar />
<div className="container">
<div className="row">
<div className="col-12">
<div class="embed-responsive embed-responsive-16by9">
<video class="embed-responsive-item" src={video.video_path} controls</video>
</div>
<div>{video.title}</div>
</div>
</div>
</div>
<footer>
<Footer />
</footer>
</React.Fragment>