nlistview: hide the scrollbar when not needed so element on the right can be clicked.

This commit is contained in:
Lemmy
2026-02-12 22:06:56 -05:00
parent 4f7658f981
commit 54bc7d3caf
+1
View File
@@ -206,6 +206,7 @@ Item {
y: 0
height: root.height
policy: root.verticalPolicy
visible: policy === ScrollBar.AlwaysOn || root.verticalScrollBarActive
contentItem: Rectangle {
implicitWidth: root.handleWidth