mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-26 07:15:37 +00:00
Fix menu button overlaying search bar bug
This commit is contained in:
parent
dc454604d4
commit
e8571bb9f4
|
@ -102,7 +102,7 @@
|
||||||
#search-toggle {
|
#search-toggle {
|
||||||
&:checked {
|
&:checked {
|
||||||
~#search-form {
|
~#search-form {
|
||||||
z-index: 5;
|
z-index: 10;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
#search-input {
|
#search-input {
|
||||||
|
|
Loading…
Reference in a new issue