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

Fix alphapicker positioning at the top when starting playback

This commit is contained in:
Dmitry Lyzo 2020-10-31 13:16:24 +03:00
parent 47f6d198b6
commit 3a692f4ed2

View file

@ -12,7 +12,6 @@
.alphaPicker-fixed { .alphaPicker-fixed {
position: fixed; position: fixed;
bottom: 5.5em; bottom: 5.5em;
z-index: 999999;
} }
.alphaPickerRow { .alphaPickerRow {