diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 2c317116..c1f9922d 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -339,6 +339,12 @@ Rectangle { currentIndex: 0 cacheBuffer: 0 + footer: Rectangle { //fix for the scroll issue, TODO find what causes the issue (some times the bottoms cells are hidden for the toolbar, no full scroll) + height : 25 + width : parent.width + color : backgroundColor + } + move: Transition { NumberAnimation { properties: "x,y"; duration: 250 } }