1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

search fixes

This commit is contained in:
Luke Pulverenti 2015-02-19 19:34:05 -05:00
parent b35f0550e5
commit a3c97ddb7c
6 changed files with 12 additions and 12 deletions

View file

@ -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 {