Skip to content

Commit 4060468

Browse files
committed
fix(ionModal): fix header bar in modals with top tabs
Closes #3347. Closes #3346
1 parent 1e36afc commit 4060468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_modal.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
.has-subheader {
6767
top: $bar-height + $bar-subheader-height;
6868
}
69-
.has-tabs-top {
69+
.has-header.has-tabs-top {
7070
top: $bar-height + $tabs-height;
7171
}
7272
.has-header.has-subheader.has-tabs-top {

0 commit comments

Comments
 (0)