Hide vertical scrollbar in Safari

This commit is contained in:
William Tisäter 2014-09-19 11:07:15 +02:00
parent 1856ee3104
commit e87504dbca
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
overflow: auto;
&::-webkit-scrollbar {
display: none;
-webkit-appearance: none;
}
}