mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
274 stars 43 forks source link

Bug : The scroll bar can extend infinitely,how can i fix it? #71

Open radiorz opened 3 years ago

radiorz commented 3 years ago

The scroll bar can extend infinitely ,how can i fix it image

 <PerfectScrollbar class="perfect-scrollbar">
   <div style="width:100%">
      ...
      <v-icon>{{iconname}}</v-icon> 
      ...
   </div>
</PerfectScrollbar>

<style>
  .perfect-scrollbar {
    white-space: nowrap;
  }
</style>
TrlaL commented 2 years ago

Remove css property 'border' from .ps container.