MOBILE-2431 tabs: Fix top padding after tabs
parent
8f6995b440
commit
057a445cae
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue