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 e183b62 commit 568a147Copy full SHA for 568a147
CodeEdit/Features/Editor/TabBar/Views/EditorTabBarView.swift
@@ -24,7 +24,8 @@ struct EditorTabBarView: View {
24
EditorTabBarTrailingAccessories()
25
.padding(.top, hasTopInsets ? -1 : 0)
26
}
27
- .frame(height: EditorTabBarView.height)
+ .frame(height: EditorTabBarView.height - (hasTopInsets ? 1 : 0))
28
+ .clipped()
29
.padding(.leading, -1)
30
31
0 commit comments