Use overflow:auto instead of scroll

This commit is contained in:
DanielApt
2015-02-21 12:53:42 +00:00
parent 313f62d2f8
commit 9ca1539ab4
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
<script src="../dist/js/perfect-scrollbar.js"></script>
<style>
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px; overflow: scroll; }
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px; overflow: auto; }
.contentHolder .content { background-image: url('./azusa.jpg'); width: 1280px; height: 720px; }
.spacer { text-align:center }