mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix for stacking notifications
Video player just plays over the top Max-height set on footer to display 3 stacked messages
This commit is contained in:
parent
d8ba16da08
commit
b5b21349f9
3 changed files with 9 additions and 25 deletions
|
@ -234,7 +234,7 @@
|
|||
|
||||
$("#videoBackdrop", footer).show();
|
||||
|
||||
footer.css("height", "0");
|
||||
footer.css("top", "101%");
|
||||
|
||||
var videoPlayer = $("#videoPlayer", footer)
|
||||
//.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue