diff --git a/templates/index.html b/templates/index.html
index c7184fc..3b90e7b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -45,12 +45,12 @@
}
.search-icon, .reset-icon {
position: absolute;
- right: 10px;
top: 50%;
transform: translateY(-50%);
color: #6c757d;
cursor: pointer;
display: none;
+ z-index: 10;
}
.reset-icon {
right: 10px;
@@ -59,10 +59,10 @@
right: 35px;
}
.reset-icon.visible {
- display: block !important;
+ display: block;
}
.search-icon.visible {
- display: block !important;
+ display: block;
}
.customer-number {
color: #6c757d;
@@ -112,6 +112,9 @@
.search-field {
position: relative;
}
+ .input-group {
+ position: relative;
+ }
.result-counts {
display: flex;
justify-content: center;