Fix a bug that search box does not scale to 100% on firefox

This commit is contained in:
koirand 2020-01-13 19:04:27 -10:00
parent cd388a34b6
commit d81f5a1932

View file

@ -93,6 +93,7 @@ nav li {
#searchBox #searchBoxInput {
position: absolute;
width: 100%;
height: 100%;
padding: 0 35px 0 15px;
top: 0;
left: 0;