Bootstrap 3 Nav-bar change color cause showing a white border or white line

前端 未结 2 476
一生所求
一生所求 2021-01-01 06:02

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

2条回答
  •  离开以前
    2021-01-01 06:28

    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

提交回复
热议问题