Skip to content

Commit

Permalink
Revert "Update layout=fill CSS (ampproject#4977)" (ampproject#5176)
Browse files Browse the repository at this point in the history
This reverts commit a19ec52.
  • Loading branch information
aghassemi authored Sep 22, 2016
1 parent b2d7240 commit dc236f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css/amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ body {
.-amp-layout-fill {
display: block;
overflow: hidden !important;
position: relative;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

.-amp-layout-flex-item {
Expand Down

0 comments on commit dc236f7

Please sign in to comment.