0

我在我的代码中添加了 nanoscrollbar,它有效果但没有看到滚动。我认为滚动的 div 具有类窗格,但在检查时甚至在 DOM 中都看不到。什么不见​​了?我在下面添加了链接 nano.css、jquery、nano.js。

<script>$(document).ready(function(){$(".nano").nanoScroller();});</script>

<body>
<div id="about" class="nano">
    <div class="nano-content">
         This is the content box and it should be scrolling but it is not!! =/.  
        This is the content box and it should be scrolling but it is not!! =/.  This is the content box and it should be scrolling but it is not!! =/.  This is the content box and it should be scrolling but it is not!! =/.  This is the content box and it should be scrolling but it is  not!! =/.  
    </div> 
</div>        
</body>
4

0 回答 0