Fix language modale z-index

pull/789/head
Chocobozzz 2018-07-09 16:36:09 +02:00
parent e86e53eaf5
commit 78e6df5d9c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
@import '_variables';
@import '_mixins';
.modal {
z-index: 10005;
}
.modal-title {
text-align: center;
}