Make sure we never get in-panel scrolling when we shouldn'

This commit is contained in:
David Heinemeier Hansson
2026-06-20 22:19:53 +02:00
parent d74ed24db7
commit 8ae975357a
7 changed files with 18 additions and 3 deletions
+1
View File
@@ -445,6 +445,7 @@ Panel {
clip: true
boundsBehavior: Flickable.StopAtBounds
flickableDirection: Flickable.VerticalFlick
interactive: contentHeight > height
ScrollBar.vertical: ScrollBar { policy: ScrollBar.AsNeeded }
Column {