mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-12 21:44:37 +01:00
Merge pull request #2147 from steven-zou/master
fix nav divider style issue
This commit is contained in:
commit
14b2139efc
@ -55,7 +55,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.search::after {
|
||||
.search::before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
|
@ -3,5 +3,5 @@
|
||||
top: 60px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
z-index: 999;
|
||||
}
|
Loading…
Reference in New Issue
Block a user