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
@@ -245,6 +245,7 @@ Panel {
contentHeight: weatherColumn.implicitHeight
clip: true
boundsBehavior: Flickable.StopAtBounds
interactive: contentHeight > height
Column {
id: weatherColumn