mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
fix clunky scrolling behavior on flickables
This commit is contained in:
@@ -350,6 +350,7 @@ Rectangle {
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: networkStatus.top
|
||||
width: parent.width
|
||||
boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
|
||||
clip: true
|
||||
|
||||
Column {
|
||||
|
||||
Reference in New Issue
Block a user