diff options
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index f4285f24..11416a1b 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -101,6 +101,7 @@ Item { | |||
101 | ScrollBar.vertical: ScrollBar { } | 101 | ScrollBar.vertical: ScrollBar { } |
102 | contentHeight: content.height | 102 | contentHeight: content.height |
103 | clip: true | 103 | clip: true |
104 | boundsBehavior: Flickable.StopAtBounds | ||
104 | 105 | ||
105 | Item { | 106 | Item { |
106 | id: content | 107 | id: content |