mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 05:19:42 +01:00
Fix timeline top padding
This commit is contained in:
parent
e41dcd6976
commit
4fee875fa7
@ -243,7 +243,7 @@ public struct TimelineView: View {
|
||||
|
||||
private var scrollToTopView: some View {
|
||||
ScrollToView()
|
||||
.frame(height: .layoutPadding)
|
||||
.frame(height: pinnedFilters.isEmpty ? .layoutPadding : 0)
|
||||
.onAppear {
|
||||
viewModel.scrollToTopVisible = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user