mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(segment): scrollable segments only show scrollbar if they overflow (#20760)
fixes #20758
This commit is contained in:
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host(.segment-scrollable::-webkit-scrollbar) {
|
:host(.segment-scrollable::-webkit-scrollbar) {
|
||||||
|
Reference in New Issue
Block a user