Skip to content

Commit

Permalink
app: Fix sliding issue when ListPopup is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jan 10, 2025
1 parent 85a7f35 commit af0b93b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composeApp/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ fun App() {
Scaffold(
modifier = Modifier
.imePadding()
.fillMaxSize()
.nestedScroll(scrollBehavior.nestedScrollConnection),
.fillMaxSize(),
topBar = {
TopAppBar(
color = Color.Transparent,
Expand Down

0 comments on commit af0b93b

Please sign in to comment.