Use overflow:auto instead of scroll
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<title>perfect-scrollbar example</title>
|
||||
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
|
||||
<style>
|
||||
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px; overflow: hidden; }
|
||||
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px;}
|
||||
.contentHolder .content { background-image: url('./azusa.jpg'); width: 1280px; height: 720px; }
|
||||
.spacer { text-align:center }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user