Limit height of details popover

...
This commit is contained in:
Helge Heß
2020-10-05 16:35:47 +02:00
parent 02eaacaa72
commit 6adcfab1cf

View File

@@ -40,7 +40,8 @@ struct MainFileView: View {
ScrollView {
DetailsPopover(info: state.info)
}
.frame(minWidth: 480, maxWidth: .infinity, minHeight: 320)
.frame(minWidth: 480, maxWidth: .infinity,
minHeight: 320, maxHeight: 840)
}
.padding(.top)
.onTapGesture {