From d81f5a193200eca788060349f564e9ec1da9861c Mon Sep 17 00:00:00 2001 From: koirand Date: Mon, 13 Jan 2020 19:04:27 -1000 Subject: [PATCH] Fix a bug that search box does not scale to 100% on firefox --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 145863a..a9e3ccd 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -93,6 +93,7 @@ nav li { #searchBox #searchBoxInput { position: absolute; width: 100%; + height: 100%; padding: 0 35px 0 15px; top: 0; left: 0;