scroll to bottom instead.

It's a bit less jarring

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-08-12 10:57:00 -07:00
parent 0af91987c3
commit faaf77d9e5
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ struct EndBlock: View {
let height: CGFloat
init () {
self.height = 80.0
self.height = 10.0
}
init (height: Float) {