Fix menu button overlaying search bar bug

This commit is contained in:
alistair3149 2020-01-02 14:36:42 -05:00
parent dc454604d4
commit e8571bb9f4
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

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