mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Remove z-index as it wasn't needed
This commit is contained in:
parent
5b288e4d3e
commit
5e5c2a4f9d
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