[SOLVED] [v3] can't remove line after navbar

I made my navbar and toolbar of a dark color but I still have a small grey line at the bottom, i looked with inspector but can’t find any border

Same thing on the toolbar at the top

add to css:

.ios .navbar:after,
.ios .toolbar:before {
  display: none;
}
2 Likes

Thanks! It works :smiley: