diff options
-rw-r--r-- | framework/qml/ListView.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/ListView.qml b/framework/qml/ListView.qml index ed0b112f..56ba1e37 100644 --- a/framework/qml/ListView.qml +++ b/framework/qml/ListView.qml | |||
@@ -25,6 +25,9 @@ ListView { | |||
25 | id: root | 25 | id: root |
26 | property Item mouseProxy: scrollHelper | 26 | property Item mouseProxy: scrollHelper |
27 | 27 | ||
28 | clip: true | ||
29 | ScrollBar.vertical: ScrollBar {} | ||
30 | |||
28 | Kube.ScrollHelper { | 31 | Kube.ScrollHelper { |
29 | id: scrollHelper | 32 | id: scrollHelper |
30 | flickable: root | 33 | flickable: root |