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

@ -114,7 +114,7 @@
position: fixed;
right: 0;
left: 0;
z-index: 1000;
z-index: 999;
top: 0;
border-top: 0;
border-left: 0;
@ -128,7 +128,7 @@
right: 0;
left: 0;
top: 50px;
z-index: 1000;
z-index: 999;
text-align: center;
font-size: 14px;
white-space: nowrap;