Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I want no scrollbar in my bookmarks sidebar

  • 1 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 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于修改