mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(segment): scrollable segments only show scrollbar if they overflow (#20760)
fixes #20758
This commit is contained in:
committed by
Liam DeBeasi
parent
ac229528eb
commit
ab146c96ec
@@ -38,7 +38,7 @@
|
||||
|
||||
width: auto;
|
||||
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
:host(.segment-scrollable::-webkit-scrollbar) {
|
||||
|
||||
Reference in New Issue
Block a user