Skip to content

Instantly share code, notes, and snippets.

@rickard2
Created September 11, 2012 20:03
Show Gist options
  • Save rickard2/3701613 to your computer and use it in GitHub Desktop.
Save rickard2/3701613 to your computer and use it in GitHub Desktop.
Android bug
div[role='main'] {
width: 610px;
float: left;
// Strange android 4.x browser bug, layout will f-up if there's no background color set
article * {
background-color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment