I was looking through Twitter's CSS and I found this
.dm-threads {
height: 380px;
overflow-x: hidden;
overflow-y: scroll\9;
}
Then I've also found it as an answer on SO here, but there's no information about this anywhere. So Can anyone clarify this for me ? What does the "\9" do ?