Fixed: Series list jump bar click issues

This commit is contained in:
Mark McDowall 2022-09-17 17:40:12 -07:00
parent b6417a6f43
commit 9c73786251
2 changed files with 2 additions and 0 deletions

View File

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

View File

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