mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 03:42:29 +00: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