fix(ui): move modals above all content

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2464>
This commit is contained in:
Kasper Seweryn 2023-06-12 10:02:24 +02:00 committed by Marge
commit d5c067724e
2 changed files with 4 additions and 0 deletions

View file

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