Freezing certain components

That’s a great idea! Thank you.

@agung_Taufik I used this code to target the very first component on the screen.

<pre><span><style>

div[id*='screenScrollView'] > div > :nth-of-type(1) >div {
position: fixed;
top: 90px;
background: white;
z-index: 3;
}

You might have to change the width for tablet mode, though.