Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a pagination override to fix Bootstrap z-index issue
Bootstrap adds a `z-index: 2` to active pagination items. Why they did this is not very clear. I would consider this a bug, because no other pagination element has any `z-index` set and I do not see any visual difference here. Leaving the `z-index` wis problematic if we implement a sticky header for instance.
- Loading branch information