Skip to content

Commit cd8320e

Browse files
committed
Enabling scroll on tab-bar
1 parent 0361bf0 commit cd8320e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/components/tab-bar/tab-bar.common.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
display: flex;
88

99
align-items: center;
10-
justify-content: center;
1110

1211
border-top: var(--border);
1312

@@ -20,6 +19,8 @@
2019

2120
/* stylelint-disable-next-line declaration-no-important */
2221
box-sizing: content-box !important;
22+
23+
overflow: auto;
2324
}
2425

2526
:host(.ion-color) ::slotted(ion-tab-button.ion-focused),

0 commit comments

Comments
 (0)