We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The scroll bar can extend infinitely ,how can i fix it
<PerfectScrollbar class="perfect-scrollbar"> <div style="width:100%"> ... <v-icon>{{iconname}}</v-icon> ... </div> </PerfectScrollbar> <style> .perfect-scrollbar { white-space: nowrap; } </style>