Improved search component on navigation menu

This commit is contained in:
nogafam.es Admin 2021-10-26 00:47:44 +02:00
parent eb90140a60
commit c8dfa09031
1 changed files with 2 additions and 1 deletions

View File

@ -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;