fix(ui): move modals above all content

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2464>
environments/review-front-2157-bqy7y3/deployments/17707
Kasper Seweryn 2023-06-12 10:02:24 +02:00 zatwierdzone przez Marge
rodzic ad7020cb5a
commit d5c067724e
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1 @@
Moved modals above all content (#2154)

Wyświetl plik

@ -1,3 +1,6 @@
body > .modals {
z-index: 99999 !important;
}
.modal > .header { .modal > .header {
text-align: center; text-align: center;