I came across this site Teehan and Lax (http://www.teehanlax.com/) and saw that when you click on the top menu, a set of links dropsdown. The containing div is set to
#main-nav-drop{
position:fixed;
overflow-y:scroll;
}
However, when scrolling, the actual window scrollbar is hidden, both on desktop and mobile. How is this being done?