Skip to content

Commit

Permalink
Add spacing for iOS11+
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Roeller committed Oct 4, 2018
1 parent 79218bf commit 6fa2563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-bottom-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
bottom: 0;
margin: 0 !important;
padding: 0 !important;
padding-bottom: constant(safe-area-inset-bottom)!important; /* iOS 11.0 */
padding-bottom: env(safe-area-inset-bottom)!important; /* iOS 11.2 */
}

[hidden] {
Expand Down

0 comments on commit 6fa2563

Please sign in to comment.