Fixed: List jump bar click issues

(cherry picked from commit 9c7378625112088d022239fdbdb90c0dc941d61d)
This commit is contained in:
Mark McDowall
2022-09-17 17:40:12 -07:00
committed by Bogdan
parent 9b75ba6ca0
commit fc80efd15f
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
.jumpBar {
z-index: $pageJumpBarZIndex;
display: flex;
align-content: stretch;
align-items: stretch;

View File

@@ -1,4 +1,5 @@
module.exports = {
pageJumpBarZIndex: 10,
modalZIndex: 1000,
popperZIndex: 2000
};