On compose desktop (0.4.0), once I put a LazyColumn into a BackdropScaffold (doesn't matter if its the foreground or background layer content), scrolling isn't working. I assume because the BackdropScaffold "hijacks" scroll. Is there any way to get nested scrolling working in a BackdropScaffold on Desktop? Same also applies when using for example a column with verticalScroll modifier
Joey
07/25/2021, 9:14 PM
Nvm, noticed that some gestures work by mouse movement and some require scroll wheel movement