forked from Public/monero-gui
fix clunky scrolling behavior on flickables
This commit is contained in:
@@ -186,6 +186,7 @@ Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
clip: true
|
||||
boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
|
||||
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
parent: root
|
||||
|
||||
Reference in New Issue
Block a user