chore(demos): make conf app look closer

This commit is contained in:
mhartington
2018-01-09 17:05:42 -05:00
parent fd0aa45461
commit 3aefce179e
3 changed files with 19 additions and 17 deletions

View File

@ -21,6 +21,7 @@ ion-item-divider {
}
ion-item-divider[sticky] {
position: -webkit-sticky;
position: sticky;
top: 0;
}