Skip to content

Commit

Permalink
Hide webkit scrollbar (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Oh authored and durran committed Nov 29, 2016
1 parent 35044de commit 4426294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/home/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,7 @@ ul.nav-tabs {
}
}
}

::-webkit-scrollbar {
display: none;
}

0 comments on commit 4426294

Please sign in to comment.