Fixed: Series list jump bar click issues

pull/5160/head
Mark McDowall 2 years ago
parent b6417a6f43
commit 9c73786251

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

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

Loading…
Cancel
Save