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