updated style

scrollable area will have min-height:100% - this makes touch scrolling
better on mobile devices, otherwise there could be non-scrollable areas
that aren't intuitive
This commit is contained in:
Andrew Trice 2012-05-29 21:15:42 -04:00
parent 84b6a580e3
commit 84391b8407
1 changed files with 7 additions and 0 deletions

View File

@ -138,6 +138,13 @@ body {
}
.viewNavigator_contentHolder > div:first-child {
min-height:100%;
border-bottom:1px solid #444;
border-top:1px solid #444;
}
.viewNavigator_content div {
backface-visibility: visible;