Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

I want no scrollbar in my bookmarks sidebar

  • 1 отговор
  • 1 има този проблем
  • 9 изгледи
  • Последен отговор от 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.

Избрано решение

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

Прочетете този отговор в контекста 👍 0

Всички отговори (1)

more options

Избрано решение

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

Променено на от Philippe BLOT