Merge pull request #652 from technoboy10/gh649-z-index-weirdness

Fix GH-649: Dropdown hidden by TED Talk
This commit is contained in:
Connor Hudson 2016-07-01 08:40:54 -04:00 committed by GitHub
commit d432282ff4

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;