Skip to content

Commit

Permalink
πŸ›[Amp story] Add position scope to attachment-content wrapper (#35786)
Browse files Browse the repository at this point in the history
* Add position to attachment-content wrapper.

* whitespace
  • Loading branch information
processprocess committed Aug 26, 2021
1 parent e1edbde commit b6ff6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/amp-story/1.0/amp-story-draggable-drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
}

.i-amphtml-story-draggable-drawer-content {
position: relative !important;
opacity: 1 !important;
transition: opacity 0.3s cubic-bezier(0.0, 0.0, 0.2, 1) !important;
background: var(--i-amphtml-draggable-drawer-background-color) !important;
Expand Down

0 comments on commit b6ff6dd

Please sign in to comment.