.sheet with tabs in SwiftUI

Hi, I'm trying to build an app with a card-based interface, where each step down the navigation hierarchy presents a new card on top of the old one. I've built something manually that works *OK*, but the way that calling a sheet works is so much smoother and feels much more native.


The problem is that my app uses a Tab View, which should still be usable when these cards start tsacking up. Does anyone know a way to bring up a sheet, without obscurring the tabs, or know another technique that might work?


Thanks,


T.

.sheet with tabs in SwiftUI
 
 
Q