Skip to content

Commit

Permalink
Added workaroundn for padding collasping for scroll .view bottom as w…
Browse files Browse the repository at this point in the history
…ell.
  • Loading branch information
thomasyip committed Nov 15, 2011
1 parent c6aecd5 commit 3c835b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion demos/main/index.html
Expand Up @@ -797,7 +797,6 @@ <h2>Pane</h2>
<li class="arrow"><a href="#progresspane" class="clearglass fade">Progress Modal</a></li> <li class="arrow"><a href="#progresspane" class="clearglass fade">Progress Modal</a></li>
<li class="arrow"><a href="#searchpane" class="slideup">Search Pane</a></li> <li class="arrow"><a href="#searchpane" class="slideup">Search Pane</a></li>
</ul> </ul>
<br/>
</form> </form>
</div> </div>
<div id="video"> <div id="video">
Expand Down
7 changes: 5 additions & 2 deletions themes/apple/theme.css
Expand Up @@ -62,9 +62,12 @@ body {
} }


/* hack !! */ /* hack !! */
#jqt > * .contentwrap > :first-child { #jqt > * .contentwrap > .view {
padding-top: 1px; padding-top: 1px;
margin-top: -1px; margin-top: -1px;
padding-bottom: 1px;
margin-bottom: -1px;

} }


#jqt > * .contentwrap[title]::before, #jqt > * .contentwrap[title]::before,
Expand Down

0 comments on commit 3c835b9

Please sign in to comment.