Skip to content

Commit

Permalink
Workaround crbug.com/586872 and bugs in Android 4.3 where the backgro…
Browse files Browse the repository at this point in the history
…und is visible below the bottom textarea
  • Loading branch information
progers committed Mar 4, 2016
1 parent 249351b commit a759ad1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
/* Remove side-by-side padding special-case. */
#leftTile { margin-right: 0; }
#rightTile { margin-left: 0; }
/* Workaround for crbug.com/586872 and Android 4.3 where the background is visible. */
body {
background: #fff;
}
}

/* Custom select box to workaround multiple cross-browser issues. */
Expand Down

0 comments on commit a759ad1

Please sign in to comment.