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;
}