optimise scrolling behavior of search results and responsive layout of search results

This commit is contained in:
Harald Bamberger
2024-11-19 18:13:15 +01:00
parent 778149880f
commit 9420e22b2a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -512,6 +512,6 @@ html {
.searchbar_tablecell.searchbar_value {
padding-left: 2.5rem;
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
}
@@ -30,6 +30,7 @@
.searchbar_results_scroller {
overflow-y: auto;
overscroll-behavior: none;
}
.searchbar_result {