Skip to content

Commit

Permalink
Merge pull request jasny#530 from poratuk/offcanvas-iPhone-scroll-fix
Browse files Browse the repository at this point in the history
Copy css rules to the scss
  • Loading branch information
jasny authored Mar 7, 2017
2 parents a00bd86 + 53e0786 commit b07d756
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scss/_navmenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
border-style: solid;
border-radius: $border-radius-base;
}

// Fixed iphone with disableScrolling
.lockIphone {
position: fixed;
overflow: hidden;
height: 100%;
-webkit-overflow-scrolling: auto;
}
// Fix the bug for bootstrap 3.2.0 (https://github.com/jasny/bootstrap/issues/355)
.navbar-fixed-top,
.navbar-fixed-bottom {
Expand Down

0 comments on commit b07d756

Please sign in to comment.