Commit d432282f authored by Connor Hudson's avatar Connor Hudson Committed by GitHub

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

Fix GH-649: Dropdown hidden by TED Talk
parents a4e9db92 5e5c2a4f
...@@ -52,7 +52,6 @@ $story-width: $cols3; ...@@ -52,7 +52,6 @@ $story-width: $cols3;
.ted-talk { .ted-talk {
position: relative; position: relative;
z-index: 10;
margin-bottom: $gutter; margin-bottom: $gutter;
border: 2px solid $ui-border; border: 2px solid $ui-border;
border-radius: 10px; border-radius: 10px;
...@@ -61,7 +60,6 @@ $story-width: $cols3; ...@@ -61,7 +60,6 @@ $story-width: $cols3;
overflow: hidden; overflow: hidden;
iframe { iframe {
z-index: 9;
border: 0; border: 0;
width: inherit; width: inherit;
height: inherit; height: inherit;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment