Skip to content

Commit

Permalink
Fix popdrops on iPhone portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrishotts committed Mar 15, 2012
1 parent d80302d commit 09102bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/style/iphone-portrait.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ body.portrait.iphone .dropdown
}
body.portrait.iphone .popdrop
{
width: 150px;
background-position: 150px center;
width: 126px;
background-position: 126px center;
overflow: hidden;
height: 24px;
}

0 comments on commit 09102bd

Please sign in to comment.