[AppKitBackend] Remove ScrollView background (AppKit has a default scroll background)
Closed this issue · 1 comments
stackotter commented
The NSScrollView default background is different from the NSWindow default background and it looks kinda weird. As extra motivation, SwiftUI also gets rid of the scroll view background color.
stackotter commented
I've addressed this on the new_layout
system branch. It was a one-liner.