Recyclerview scrollbar cliptoPadding false?
You just need to add android:scrollbarStyle="outsideOverlay"
to your recyclerView.
ref - https://developer.android.com/reference/android/view/View.html#attr_android:scrollbarStyle
You can achieve similar scrollbar results with it.