Fix Language selection popup z-index issue

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-10-02 23:30:07 +05:30
parent b466f5689f
commit 857b71b44c
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,10 @@
color: white;
}
.language-selector-popper-container {
z-index: 10;
}
.language-selector-popper {
padding: 15px;
}