List view poisition sticky group title is not working in device?

List view poisition sticky group title is not working in device?

Hi,

Anyone faced same issue on device for group title sticky?

Android? If yes, then it (Chrome) has a bit buggy implementation of position sticky

Yes, am checking in Motog3 device. If its buggy then how to resolve it?

As a workaround you could add this style to move the sticky down whatever the height of the navbar might be. This will break other browsers where it works of course.

li.list-group-title {
    top: 56px;
}