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

fixes #356 - Web client - header non-scrolling?

This commit is contained in:
Luke Pulverenti 2013-06-20 15:26:00 -04:00
parent 28cc7b40f0
commit eb18764b8c
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
position: fixed;
right: 0;
left: 0;
z-index: 1030;
z-index: 1000;
top: 0;
}

View file

@ -55,7 +55,7 @@
background-color: #fff;
border: 1px solid #999;
position: absolute;
z-index: 999;
z-index: 998;
margin-top: 1px;
}