Remove z-index as it wasn't needed

This commit is contained in:
Technoboy10 2016-06-30 16:46:44 -04:00
parent 5b288e4d3e
commit 5e5c2a4f9d

View file

@ -52,7 +52,6 @@ $story-width: $cols3;
.ted-talk {
position: relative;
z-index: 10;
margin-bottom: $gutter;
border: 2px solid $ui-border;
border-radius: 10px;
@ -61,7 +60,6 @@ $story-width: $cols3;
overflow: hidden;
iframe {
z-index: 9;
border: 0;
width: inherit;
height: inherit;