summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_platform.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ionic/scss/_platform.scss')
-rw-r--r--www/lib/ionic/scss/_platform.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/lib/ionic/scss/_platform.scss b/www/lib/ionic/scss/_platform.scss
index 75747cd4..163994e8 100644
--- a/www/lib/ionic/scss/_platform.scss
+++ b/www/lib/ionic/scss/_platform.scss
@@ -40,6 +40,24 @@
top: $bar-height + $bar-subheader-height + $tabs-height + $ios-statusbar-height;
}
}
+ .popover{
+ .bar-header:not(.bar-subheader) {
+ height: $bar-height;
+ &.item-input-inset .item-input-wrapper {
+ margin-top: -1px;
+ }
+ > * {
+ margin-top: 0;
+ }
+ }
+ .has-header,
+ .bar-subheader {
+ top: $bar-height;
+ }
+ .has-subheader {
+ top: $bar-height + $bar-subheader-height;
+ }
+ }
&.status-bar-hide {
// Cordova doesn't adjust the body height correctly, this makes up for it
margin-bottom: 20px;