Skip to content

Commit

Permalink
fix: search result overflow
Browse files Browse the repository at this point in the history
Add clip on GridView.
  • Loading branch information
asterwyx committed May 10, 2024
1 parent 1d5e662 commit ec25cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/windowed/GridViewContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ FocusScope {
ScrollBar.vertical: root.vScrollBar

anchors.centerIn: parent
clip: true

interactive: false
highlightFollowsCurrentItem: true
Expand Down

0 comments on commit ec25cff

Please sign in to comment.