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 d7c0ad9 commit 8974caeCopy full SHA for 8974cae
core/src/components/tab-bar/tab-bar.ionic.scss
@@ -25,6 +25,20 @@
25
26
// TODO(ROU-10853): replace this value with a layer token
27
z-index: 10;
28
+
29
+ /*
30
+ * In case there are more tab buttons than can fit in the tab bar, enable
31
+ * horizontal scrolling.
32
+ */
33
+ overflow: auto hidden;
34
+ justify-content: unset;
35
36
37
+ * Ensure the tab bar does not grow larger than the viewport width.
38
+ * Useful for when the tab buttons have large labels, allowing the space
39
+ * to be evenly divided among the buttons.
40
41
+ max-width: 100%;
42
}
43
44
// Tab Bar Expand
0 commit comments