We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bee0f commit b9e66aaCopy full SHA for b9e66aa
TablePro/ContentView.swift
@@ -266,6 +266,7 @@ struct ContentView: View {
266
tables: currentSession.tables
267
)
268
.frame(width: rightPanelState.panelWidth)
269
+ .background(Color(nsColor: .windowBackgroundColor))
270
.transition(.move(edge: .trailing))
271
}
272
TablePro/Views/RightSidebar/RightSidebarView.swift
@@ -195,6 +195,7 @@ struct RightSidebarView: View {
195
196
197
.listStyle(.sidebar)
198
+ .scrollContentBackground(.hidden)
199
200
if contentMode == .editRow && editState.hasEdits {
201
Divider()
0 commit comments