Improve scrolling

We now replace native scrollbar by custom ones on the list card (which
is required by the new ergonomics in the parent commit), but the
"scrolling engine", is still native, we just hide the scrollbar and
draw our own in HTML/CSS using the perfect-scrollbar package (from
bower).

This commit also implements component scrolling when certain actions
are performed, eg scroll to the bottom when the new card composer is
opened.
This commit is contained in:
Maxime Quandalle 2015-05-24 21:40:21 +02:00
parent 781577db04
commit 9a45f3752f
22 changed files with 162 additions and 182 deletions

View file

@ -0,0 +1,2 @@
.ps-container
position: relative