Skip to content

Commit

Permalink
amp-story-desktop-one-panel Position distance="2" page below view…
Browse files Browse the repository at this point in the history
…port (#34834)

* vh instead of %

* change to VH
  • Loading branch information
processprocess committed Jun 15, 2021
1 parent cc44c99 commit bafe128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-story/1.0/amp-story.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ amp-story-page[distance="1"] {
}

amp-story-page[distance="2"] {
transform: translateY(100%) !important;
transform: translateY(100vh) !important;
}

amp-story-page [data-text-background-color] {
Expand Down

0 comments on commit bafe128

Please sign in to comment.