Skip to content

Commit

Permalink
fix: Disable overlay scrolling in Capella
Browse files Browse the repository at this point in the history
Capella's diagram view doesn't add extra padding around the content.
With overlay scrolling enabled, this frequently leads to the scrollbars
popping up unintentionally, and the user being unable to properly
interact with items on the bottom or right edge of the view.

Disabling the overlay scrolling feature makes the scrollbars always
appear and reserve the space they need, thereby eliminating the issue.
  • Loading branch information
Wuestengecko committed Nov 28, 2024
1 parent 350bafe commit b82d063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capella/autostart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Autostart script
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export GTK_OVERLAY_SCROLLING=0

# Load environment variables from /etc/environment
source /etc/environment
Expand Down

0 comments on commit b82d063

Please sign in to comment.