mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fixed: Series list jump bar click issues
This commit is contained in:
parent
b6417a6f43
commit
9c73786251
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue