I have a table. The only CSS I am adding to the standard Bootstrap library is the following to implement the sticky header:
There's no way to co-exist a position: sticky inside a .table-responsive without re-implementing the latter.
position: sticky
.table-responsive
My solution ended up to be using .table-responsive-sm to refuse this trade-off when a responsive table is certainly not needed.
.table-responsive-sm