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

172
Visualizações
I want to Hide scroll bar from the toggle menu

Hi there I want to Hide scroll bar only from the toggle menu of my website https://themensoutfitclub.com , i used this css

html {
   overflow: scroll;
   overflow-x: hidden;
}
::-webkit-scrollbar {
   width: 0;  /* Remove scrollbar space */
   background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
   background: #FF0000;
}

screenshot, When clicked on product subcategorybut it removes the desktops default right side bar as well hence making it impossible to scroll without a mouse. I have removed the code now plz help.

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

0

Let's suppose your toggle menu class name is toggle-menu. Then you should style like this

.toggle-menu::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
 }

Note that, above code only work for chrome and safari. For mozilla and IE10+ use this

.toggle-menu {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

So, the whole code should be like this:

.toggle-menu {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.toggle-menu::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
 }
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