mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 18:59:27 +00:00
Fix Language selection popup z-index issue
Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
b466f5689f
commit
857b71b44c
2 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue