I don't understand why, but an inset box shadow is beneath my content.
Here's an example:
div {
box-shadow:inset 0 0 10px black;
height:300px;
color:red;
}
<div>
a
</div>
question from:https://stackoverflow.com/questions/13188828/inset-box-shadow-beneath-content