> The rule for “#search #search-hints” should have a “z-index: 1;” or > similar, so that the icons don’t overlap the search box.
Like the following ?
diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css
index e713b6f..2754415 100644
--- a/src/static/css/cuirass.css
+++ b/src/static/css/cuirass.css
@@ -4,6 +4,7 @@
#search #search-hints {
display: none;
position: absolute;
+ z-index: 1;
top: 3em;
background: white;
border: 1px solid #ced4da;
--
Vincent Legoll
