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

Fix alignment of dialog button on Chrome

This commit is contained in:
MrTimscampi 2020-05-16 18:58:27 +02:00
parent 88706e794a
commit 3577bcc52b

View file

@ -55,7 +55,7 @@
/* Without this emby-checkbox is able to appear on top */
z-index: 1;
align-items: flex-end;
justify-content: end;
justify-content: flex-end;
flex-wrap: wrap;
}