update scroll

This commit is contained in:
Luke Pulverenti
2016-04-11 14:43:24 -04:00
parent b9b228e2d8
commit 65da95c2ab
3 changed files with 9 additions and 8 deletions
@@ -1,8 +1,9 @@
.smoothScrollX {
overflow-x: scroll;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overflow-y: hidden;
scroll-behavior: smooth;
white-space: nowrap;
}
.hiddenScrollX {