Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

I want no scrollbar in my bookmarks sidebar

  • 1 resposta
  • 1 tem este problema
  • 2 visualizações
  • Última resposta por Philippe BLOT

more options

I want no scrollbar in my bookmarks sidebar but i still want to have ability to scroll in the sidebar when my cursor points in.

Hope that's clear.

I didn't find any response for that from the wild wide westb.

I want no scrollbar in my bookmarks sidebar but i still want to have ability to scroll in the sidebar when my cursor points in. Hope that's clear. I didn't find any response for that from the wild wide westb.

Solução escolhida

I've found it and a little of myself..

Final solution :

#bookmarksPanel:not(x) scrollbar { display:none !important; }

What i've found on web :

#bookmarksPanel:not(:hover) scrollbar { display:none !important; }

Without any known of developpement, i tried, with a little luck, x in place of :hover and it seems to be working without issues

Ler esta resposta no contexto 👍 0

Todas as respostas (1)

more options

Solução escolhida

I've found it and a little of myself..

Final solution :

#bookmarksPanel:not(x) scrollbar { display:none !important; }

What i've found on web :

#bookmarksPanel:not(:hover) scrollbar { display:none !important; }

Without any known of developpement, i tried, with a little luck, x in place of :hover and it seems to be working without issues

Modificado por Philippe BLOT a