Skip to content

Commit 9885978

Browse files
committed
Clip the inspector so when scrolled, contents can't be seen under toolbar and tabs
1 parent 9a86e9e commit 9885978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeEdit/Features/CodeEditUI/Views/WorkspacePanelView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ struct WorkspacePanelView<Tab: WorkspacePanelTab, ViewModel: ObservableObject>:
4040
CEContentUnavailableView("No Selection")
4141
}
4242
}
43+
.clipped()
4344
.safeAreaInset(edge: .leading, spacing: 0) {
4445
if sidebarPosition == .side {
4546
HStack(spacing: 0) {

0 commit comments

Comments
 (0)