Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

179
Visualizações
JavaScript button not resizing on mobile correctly

I am creating a search bar in my HTML and I am trying to put a magnifying glass button at its end. It looks fine on desktop, but on mobile the button is taller than the search bar. Much thanks if you know how to get it to be the same height on every viewport.

.autocomplete {
  position: absolute;
  top: 50%;
  left: 15%;
}

button[type=reset] {
  background-color: #34587F;
  color: #fff;
  position: absolute;
  border: 0;
  font-size: 2vw;
  border-radius: 10%;
  width: 20%;
  height: 100%;
}
<div class="autocomplete" style="width:40%; font-family: 'Fjalla One'">
  <input id="searchField" type="text" name="search" placeholder="SEARCH" />
  <button type="reset" id="submit" onclick="goTo();"><i class="bi bi-search"></i> 
       </button>
</div>

Appearance on desktop

Appearance on mobile

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It looks like you're setting the height of the reset to height: 100% for the parent autocomplete div. Make sure that you're also setting the height of the input/searchField to the same height (i.e. 100%) to match that of the reset button. If they're styled the same, make sure you set a height for the autocomplete class. Having an unset height for an absolutely positioned parent, with relative height children, may be causing your issues.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda