diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index 67b65167..54d7bdf9 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -904,10 +904,7 @@ Window { model: chatModel ScrollBar.vertical: ScrollBar { - parent: listView.parent - anchors.top: listView.top - anchors.left: listView.right - anchors.bottom: listView.bottom + policy: ScrollBar.AsNeeded } Accessible.role: Accessible.List