mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
macOS: remove background from SurfaceScrollView
This commit is contained in:
@@ -34,6 +34,8 @@ class SurfaceScrollView: NSView {
|
||||
scrollView.hasHorizontalScroller = false
|
||||
scrollView.autohidesScrollers = true
|
||||
scrollView.usesPredominantAxisScrolling = true
|
||||
// hide default background to show blur effect properly
|
||||
scrollView.drawsBackground = false
|
||||
|
||||
// The document view is what the scrollview is actually going
|
||||
// to be directly scrolling. We set it up to a "blank" NSView
|
||||
|
||||
Reference in New Issue
Block a user