Skip to content

Commit

Permalink
add .content class for non content directive html, closes #568
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Feb 10, 2014
1 parent 8f845cc commit de50ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ body, .ionic-body {
-webkit-user-drag: none;
}

.content {
// used for content areas not using the content directive
position: relative
}

.scroll-content {
top: 0;
right: 0;
Expand Down

0 comments on commit de50ada

Please sign in to comment.