We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4d0eb commit 5e66b07Copy full SHA for 5e66b07
core/src/components/tab-bar/tab-bar.ionic.scss
@@ -37,21 +37,13 @@
37
padding-right: calc(globals.$ion-space-400 + var(--ion-safe-area-right, 0));
38
padding-left: calc(globals.$ion-space-400 + var(--ion-safe-area-left, 0));
39
/* stylelint-enable */
40
-
41
- //contain: size layout style;
42
}
43
44
:host([slot="top"].tab-bar-full) {
45
padding-top: calc(globals.$ion-space-100 + var(--ion-safe-area-top, 0));
46
padding-bottom: globals.$ion-space-100;
47
48
49
-:host-context(.ion-content) {
50
- :host(.tab-bar-full) {
51
- contain: size layout style;
52
- }
53
-}
54
55
/* Compact */
56
:host(.tab-bar-compact) {
57
@include globals.padding(globals.$ion-space-100, globals.$ion-space-400);
0 commit comments