Merge pull request #525 from mislav/touch

doc site: have sidebar scroll natively on touch devices
This commit is contained in:
Jeremy Ashkenas
2012-03-26 06:28:38 -07:00

View File

@@ -23,6 +23,7 @@
width: 200px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 15px 0 30px 30px;
border-right: 1px solid #bbb;
box-shadow: 0 0 20px #ccc; -webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc;