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 GitHub
parent f9f3095eb4
commit 13e4e5b03d

View File

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