input-wrapper width 100%, remove overflow-y scroll

This commit is contained in:
2025-06-05 14:40:09 +02:00
parent 2f21024995
commit 17bc052b3c
2 changed files with 12 additions and 4 deletions
@@ -153,7 +153,7 @@
z-index: 1;
transform: translateY(-210px);
margin-bottom: -210px;
overflow-y: scroll;
@media (max-width: 810px) {
position: static;
@@ -361,6 +361,11 @@
display: inline-flex;
position: relative;
font-size: 0.8rem;
width: -webkit-fill-available; /* Safari/Chrome */
width: -moz-available; /* Firefox */
width: fill-available; /* standard futur */
width: 100%; /* fallback */
max-width: 100%;
&::after{
content: url("../images/pictos/loupe.svg");
display: inline-block;
@@ -374,8 +379,7 @@
}
.form-item-combine:not(.form-item-field-date-de-parution-value)
.search-with-clear{
.form-item-combine:not(.form-item-field-date-de-parution-value) .search-with-clear{
.clear-input {
position: absolute;
right: -4px;