I want to keep the focus on the list. The screen consists of a Material3 Rail, a Column containing a top Row with buttons and a Box containing a Column with LazyColumn and VerticalScrollBar. The LazyColumn has Cards with buttons. Both the buttons in the top Row and the cards grab focus, even if the UI state has a FocusRequester that gets remembered and the list calls Modifier.focusRequester(). I would be interested in example code for this kind of problem.