improve responsive layout of search results

This commit is contained in:
Harald Bamberger
2024-11-19 16:16:46 +01:00
parent 9c6509b32a
commit 4e4e8a0a5c
9 changed files with 144 additions and 66 deletions
@@ -21,14 +21,17 @@
z-index: 9998;
background-color: #fff;
border: 1px solid lightgrey;
padding: 1rem;
overflow-y: auto;
padding: .5rem;
top: 100%;
width: 100%;
left: 0;
right: 0;
}
.searchbar_results_scroller {
overflow-y: auto;
}
.searchbar_result {
border-bottom: 1px solid lightgrey;
margin-bottom: 1rem;
@@ -104,4 +107,4 @@
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE/Edge */
}
}