mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Fix a bug that search box does not scale to 100% on firefox
This commit is contained in:
parent
cd388a34b6
commit
d81f5a1932
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ nav li {
|
|||
#searchBox #searchBoxInput {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0 35px 0 15px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in a new issue