mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Fixed: Series list jump bar click issues
(cherry picked from commit 9c7378625112088d022239fdbdb90c0dc941d61d)
This commit is contained in:
parent
2be70f5001
commit
c7baa66de2
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
pageJumpBarZIndex: 10,
|
||||||
modalZIndex: 1000,
|
modalZIndex: 1000,
|
||||||
popperZIndex: 2000
|
popperZIndex: 2000
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue