add .content class for non content directive html, closes #568

This commit is contained in:
Adam Bradley
2014-02-10 14:09:44 -06:00
parent 8f845cc6fb
commit de50ada209

View File

@@ -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;