how to prevent casting shadow on div without changing z index code example
Example: css box-shadow over other elements
myElm {
position: relative;
box-shadow: 1px 1px 2px black;
}
myElm {
position: relative;
box-shadow: 1px 1px 2px black;
}