Expand search bar when clicked

This commit is contained in:
JC 2016-12-02 19:05:24 +01:00
parent 1a3e23c6ef
commit bcc4c01b39
2 changed files with 6 additions and 2 deletions

View file

@ -8,9 +8,9 @@
}
#mask_search{
background-color: rgba(0,0,0, 0.4);
display: none;
position: fixed;
background-color: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
width: 100%;