diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/menu/language-chooser.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss index 4574f78c6..30c70c6a2 100644 --- a/client/src/app/menu/language-chooser.component.scss +++ b/client/src/app/menu/language-chooser.component.scss | |||
@@ -1,6 +1,10 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .modal { | ||
5 | z-index: 10005; | ||
6 | } | ||
7 | |||
4 | .modal-title { | 8 | .modal-title { |
5 | text-align: center; | 9 | text-align: center; |
6 | } | 10 | } |