Fixed: Suchcontainer nicht mehr verschoben

Groesse und Alignment an Suchfeld gebunden.
This commit is contained in:
Cris
2023-05-25 12:15:24 +02:00
parent 542b6cc985
commit f08072133c
2 changed files with 8 additions and 7 deletions
+6 -2
View File
@@ -15,13 +15,17 @@
position: absolute;
z-index: 9998;
background-color: #fff;
border: 2px solid #666;
border: 1px solid lightgrey;
padding: 1rem;
overflow-y: auto;
top: 100%;
width: 100%;
left: 0;
right: 0;
}
.searchbar_result {
border-bottom: 1px solid #666;
border-bottom: 1px solid lightgrey;
margin-bottom: 1rem;
}