Skip to content

Instantly share code, notes, and snippets.

@pauliusuza
Created November 24, 2012 11:13
Show Gist options
  • Save pauliusuza/4139228 to your computer and use it in GitHub Desktop.
Save pauliusuza/4139228 to your computer and use it in GitHub Desktop.
App CSS
/* COMMON */
html, body { height:100%; margin:0; padding:0; background-color:#333; color:#000; }
body { -ms-text-size-adjust: 100%; }
.page { left: 0; right: 0; top: 0; bottom: 0; }
.row, .col, .page { overflow: hidden; position: absolute; }
.row { left: 0; right: 0; }
.col { top: 0; bottom: 0; }
.scroll-x { overflow-x: auto; }
.scroll-y { overflow-y: auto; }
.fill, .pane { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100% }
.pane { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment