Skip to content

Commit

Permalink
fix : Body can scroll horizontally on Android
Browse files Browse the repository at this point in the history
issue discussed here jakiestfu#238
  • Loading branch information
Ashish Sajwan committed Jan 23, 2015
1 parent 8538051 commit 7cdf5e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snap.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ html, body {
.snapjs-expand-right .snap-drawer-right {
width: 100%;
}

.snapjs-right,
.snapjs-left {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}

0 comments on commit 7cdf5e5

Please sign in to comment.