fix nav divider style issue

This commit is contained in:
Steven Zou 2017-04-26 18:18:35 +08:00
parent 91f75f6395
commit bed7b584ab
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
text-decoration: none;
}
.search::after {
.search::before {
position: absolute;
content: '';
display: inline-block;

View File

@ -3,5 +3,5 @@
top: 60px;
left: 0px;
width: 100%;
z-index: 9999;
z-index: 999;
}