Fix excessive scroll speed in lyrics view
In talking with Marco, it turns out that we should never be using a Flickable
directly. We should be using ScrollView
instead, because it already encapsulates the Flickable
's behavior.
Porting to ScrollView
directly fixes the issue of excessive scroll speed in the lyrics view