mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
fix clunky scrolling behavior on flickables
This commit is contained in:
@@ -267,6 +267,7 @@ Rectangle {
|
||||
id: wizardFlickable
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
|
||||
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
parent: wizardController
|
||||
|
||||
Reference in New Issue
Block a user