Fix pull down status bar padding

This commit is contained in:
MM20
2022-05-29 16:52:17 +02:00
parent a16c6ea226
commit 6fdf67a4de
@@ -185,7 +185,6 @@ fun PullDownScaffold(
Box(
modifier = modifier
.fillMaxSize()
.clipToBounds()
.nestedScroll(nestedScrollConnection)
.offset { IntOffset(0, offsetY.value.toInt()) },