mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #652 from technoboy10/gh649-z-index-weirdness
Fix GH-649: Dropdown hidden by TED Talk
This commit is contained in:
commit
d432282ff4
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue