mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
search fixes
This commit is contained in:
parent
b35f0550e5
commit
a3c97ddb7c
6 changed files with 12 additions and 12 deletions
|
@ -21,7 +21,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.chapterMenu {
|
||||
|
@ -33,7 +33,7 @@
|
|||
background-color: rgba(0,0,0,.9);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
z-index: 1001;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.chapterMenuInner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue