mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:49:31 +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;
|
||||
}
|
||||
|
||||
.language-selector-popper-container {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.language-selector-popper {
|
||||
padding: 15px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ export default function Header() {
|
|||
anchorEl={anchorEl}
|
||||
transition
|
||||
disablePortal={true}
|
||||
className="language-selector-popper-container"
|
||||
>
|
||||
{({ TransitionProps }) => (
|
||||
<Fade {...TransitionProps} timeout={350}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue