mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
add .content class for non content directive html, closes #568
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user