zefoy / ngx-perfect-scrollbar

Angular wrapper library for the Perfect Scrollbar
MIT License
522 stars 116 forks source link

help/question x scrollbar position top #321

Open serdartaylan opened 3 years ago

serdartaylan commented 3 years ago

hello, I want to show the x scrollbar at the top as seen in the picture. (image1)

It happens when I make the css code

perfect-scrollbar>.ps.ps--active-x>.ps__rail-x 
top:0!important 

via inspect. (image2) but when I write this code in custom.css it doesn't work...

What do you recommend?

image1 image

image2 image