Ashraf Fayad
Ashraf Fayad
I would love to remove that black border too. It really bothers me :D
Hi noeldelgado, Thanks for responding. I really like the scrollbar you created. Specially the elegant, simple css. I created a "gist". with 2 horizontal scrollers. The second one has 'direction:rtl'...
Usually the `direction:rtl` is set on the `` element and it propagates down the dom tree. for example `` Would it be nicer to make the scrollbar "direction-sensitive" by default?...
the --zoom auto function didn't work (v1.4.2). This was the command `audiowaveform -i a.mp3 -b 8 -w 400 -h 30 -z auto -o track.json` This was the output ``` Input...
I understand. Thanks Chrisn
I had the same issue today. I manually copied the content of the `/lib` folder from this repo into the `/node_modules/node-dir/lib` Now it works fine. Thanks @photonstorm
@havenchyk I was frustrated with ng-animate. So, I decided to let it go. I add and remove my animation myself.