fix(segment): scrollable segments only show scrollbar if they overflow (#20760)

fixes #20758
This commit is contained in:
Simon Hänisch
2020-03-12 16:01:42 +01:00
committed by Liam DeBeasi
parent ac229528eb
commit ab146c96ec

View File

@@ -38,7 +38,7 @@
width: auto;
overflow-x: scroll;
overflow-x: auto;
}
:host(.segment-scrollable::-webkit-scrollbar) {