We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2296d commit e6dda6aCopy full SHA for e6dda6a
scss/_modal.scss
@@ -46,6 +46,33 @@
46
.modal.ng-leave-active {
47
bottom: 0;
48
}
49
+
50
+ // remove ios header padding from inset header
51
+ .platform-ios.platform-cordova .modal-wrapper .modal{
52
+ .bar-header:not(.bar-subheader) {
53
+ height: $bar-height;
54
+ > * {
55
+ margin-top: 0;
56
+ }
57
58
+ .tabs-top > .tabs,
59
+ .tabs.tabs-top {
60
+ top: $bar-height;
61
62
+ .has-header,
63
+ .bar-subheader {
64
65
66
+ .has-subheader {
67
+ top: (2 * $bar-height);
68
69
+ .has-tabs-top {
70
+ top: $bar-height + $tabs-height;
71
72
+ .has-header.has-subheader.has-tabs-top {
73
+ top: 2 * $bar-height + $tabs-height;
74
75
76
77
78
.modal-open {
0 commit comments