Improved search component on navigation menu
This commit is contained in:
parent
eb90140a60
commit
c8dfa09031
|
@ -4524,11 +4524,12 @@ a.status-card.compact:hover {
|
|||
z-index: 100;
|
||||
width: 100vw;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#search-popup {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
top: 4.5em;
|
||||
|
|
Loading…
Reference in New Issue