diff --git a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift index 2a5af01..a23088c 100644 --- a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift +++ b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift @@ -51,6 +51,7 @@ class TunnelEditViewController: NSViewController { let scrollView: NSScrollView = { let scrollView = NSScrollView() scrollView.hasVerticalScroller = true + scrollView.autohidesScrollers = true scrollView.borderType = .bezelBorder return scrollView }()