mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:39:37 +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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue