Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Remove AMP-illegal overflow values (auto, scroll) #82

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/dist/css/main.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions assets/src/css/components/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@
dd {
margin: 0 0 10px 20px;
}

pre {
overflow: scroll;
}
}

&.depth-2 {
Expand Down
3 changes: 0 additions & 3 deletions assets/src/css/components/_menu--horizontal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
display: flex;
flex-flow: row nowrap;
white-space: nowrap;
overflow: auto;
overflow-x: scroll;
list-style: none;
height: 58px;
margin: 0 -10px;
Expand All @@ -19,7 +17,6 @@

@media ( query( min, tablet ) ) {
flex-wrap: wrap;
overflow-x: auto;
white-space: normal;
margin: 0 -10px;
padding: 8px 0;
Expand Down
1 change: 0 additions & 1 deletion assets/src/css/components/_site-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
padding: 20px;
transform: translateY( -100% );
transition: transform 0.5s cubic-bezier( 0.23, 1, 0.32, 1 );
overflow-y: scroll;
background-color: $black;
color: $white;

Expand Down