Base on this fiddle. how do i remove the white line.. I tried to change the color of the nav-bar but there is a white line when its on mobile
Nice found the issue
.navbar-collapse{ border-top:0px !important; box-shadow:none; }
after animation it adds a border top
wait ill give a fiddle
fiddle