The css supplied by the module hides the action items on the main page
Following css rule in iframe.css is responsible for this.
header.region.region-sticky { display: none; }
Use the module on an edit page in gin theme.
Needs review
1.0
Code
As the offending styles can also be found in backend-form.css I removed the styles from the iframe.css. Please review.