You'll need to set the contraption instance itself to "Show Transparent".
You can do this manually, via the menu ("Widgets -> Show Transparent") or programmatically, by giving the contraption an internal script which initializes this attribute in response to the view[] event:
on view do card.show:"transparent" end