mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-05 13:58:40 +00:00
Fix timeline top padding
This commit is contained in:
parent
e41dcd6976
commit
4fee875fa7
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public struct TimelineView: View {
|
||||||
|
|
||||||
private var scrollToTopView: some View {
|
private var scrollToTopView: some View {
|
||||||
ScrollToView()
|
ScrollToView()
|
||||||
.frame(height: .layoutPadding)
|
.frame(height: pinnedFilters.isEmpty ? .layoutPadding : 0)
|
||||||
.onAppear {
|
.onAppear {
|
||||||
viewModel.scrollToTopVisible = true
|
viewModel.scrollToTopVisible = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue