Fix pull down status bar padding

This commit is contained in:
MM20 2022-05-29 16:52:17 +02:00
parent a16c6ea226
commit 6fdf67a4de
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -185,7 +185,6 @@ fun PullDownScaffold(
Box(
modifier = modifier
.fillMaxSize()
.clipToBounds()
.nestedScroll(nestedScrollConnection)
.offset { IntOffset(0, offsetY.value.toInt()) },