Skip to content

Commit

Permalink
🛠 fix scrolling issues in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Juravenator committed Feb 27, 2017
1 parent 2acc18d commit 1e6d691
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions responsive-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ <h1>third column</h1>
pointer-events: none;
}

neon-animated-pages {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

</style>

<div vertical layout>
Expand Down
8 changes: 8 additions & 0 deletions src/sass/responsive-columns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ app-toolbar {
}
}
}

neon-animated-pages {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

0 comments on commit 1e6d691

Please sign in to comment.