Merge pull request #1375 from crazyserver/MOBILE-2431

MOBILE-2431 tabs: Fix top padding after tabs
main
Juan Leyva 2018-06-26 09:23:44 +02:00 committed by GitHub
commit aea505cf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -148,11 +148,11 @@ core-tabs {
.ios, .md, .wp { .ios, .md, .wp {
.core-avoid-header ion-content core-tabs core-tab ion-content { .core-avoid-header ion-content core-tabs core-tab ion-content {
top: 0; top: 0 !important;
height: 100%; height: 100% !important;
} }
ion-content core-tabs core-tab .core-avoid-header ion-content { ion-content core-tabs core-tab .core-avoid-header ion-content {
top: 0; top: 0 !important;
height: 100%; height: 100% !important;
} }
} }