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; color: white;
} }
.language-selector-popper-container {
z-index: 10;
}
.language-selector-popper { .language-selector-popper {
padding: 15px; padding: 15px;
} }

View file

@ -64,6 +64,7 @@ export default function Header() {
anchorEl={anchorEl} anchorEl={anchorEl}
transition transition
disablePortal={true} disablePortal={true}
className="language-selector-popper-container"
> >
{({ TransitionProps }) => ( {({ TransitionProps }) => (
<Fade {...TransitionProps} timeout={350}> <Fade {...TransitionProps} timeout={350}>