mercs600 / vue2-perfect-scrollbar

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

No scrollbar after transform #3

Closed erwanpoupard closed 5 years ago

erwanpoupard commented 5 years ago

My perfect-scrollbar is not visible :

.sidebar {
  transform: translateX(-100%);
}
<perfect-scrollbar class="sidebar">
     My sidebar
</perfect-scrollbar>

after a click, translateX property is set to 0% and the sidebar is visible. But the scrollbars doesnt appear

mercs600 commented 5 years ago

Hi @erwanpoupard, tell me please what do you want achieve by this ? Could you prepare some example/demo ? Then I will be able to help you.

mesaglam commented 5 years ago

I'm here cuz i wanna thank you. Happy new year!..

mercs600 commented 5 years ago

thanks @mesaglam. @erwanpoupard I'm closing this issue. If you still need some help, don't hesitate to reopen and let me some details.