Skip to content

Commit

Permalink
Bug fixes, requested changes, z-index change
Browse files Browse the repository at this point in the history
  • Loading branch information
wassgha committed Jul 27, 2017
1 parent 6cec15d commit 7ff67a6
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 267 deletions.
4 changes: 2 additions & 2 deletions css/amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,15 +692,15 @@ i-amphtml-video-mask, i-amp-video-mask {
.i-amphtml-dockable-video {
padding: 0px;
margin:0px;
background: darkgray;
transition: background-color 1s;
}

.i-amphtml-dockable-video > video.i-amphtml-dockable-video-minimizing,
.i-amphtml-dockable-video > iframe.i-amphtml-dockable-video-minimizing {
position: fixed;
height: auto;
overflow: hidden;
z-index: 2;
z-index: 16;
will-change: transform;
transform: scale(0.6) translateX(20px) translateY(20px);
border-radius: 6px;
Expand Down
Loading

0 comments on commit 7ff67a6

Please sign in to comment.