I am trying to put an Inset Box Shadow on a Google Calender and cannot seem to get it to show up unless the z-index is a negative. It shows, but then the user cannot click/use the calendar. I looked at: Add inset box-shadow on Google Maps element but it has the z-index set to a negative. I put everything in-line until I figure everything out.
<div style="box-shadow:inset 0 0 10px #000000;
-moz-box-shadow:inset 0 0 10px #000000; width: 900px;">
<iframe src="https://www.google.com/calendar/embed?showTz=0&height=600&wkst=1&bgcolor=%23ccffff&src=756r34h4d6aqhta6fmaqkijm9k%40group.calendar. google.com&color=%23853104&ctz=America%2FNew_York" style="border-width:0" width="900" height="600" scrolling="no"></iframe>
</div>
I can see the shadow popping in behind it. I have tried double wrapping, putting the style in the iframe ect and cannot get it to work for the life of me.