Merge pull request #55 from StarCitizenTools/dev

Fix menu button overlaying search bar bug
This commit is contained in:
alistair3149 2020-01-02 14:38:25 -05:00 committed by GitHub
commit 853655fd1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@
#search-toggle {
&:checked {
~#search-form {
z-index: 5;
z-index: 10;
opacity: 1;
#search-input {