Skip to content

Commit a646e29

Browse files
committed
Fix that tab view position may be incorrect
1 parent 583f6ac commit a646e29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/SuggestionWidget/TabView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ struct TabView: View {
3838
}
3939
.opacity(panelViewModel.isPanelDisplayed ? 1 : 0)
4040
.preferredColorScheme(panelViewModel.colorScheme)
41+
.frame(maxWidth: Style.widgetWidth, maxHeight: Style.widgetHeight)
4142
}
4243
}
4344

0 commit comments

Comments
 (0)