Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Bookmark-Bar not shown in fullscreen mode with newer firefox version

  • 6 답장
  • 1 이 문제를 만남
  • 101 보기
  • 최종 답변자: originalraven

Same Problem as here but thread is archived: https://support.mozilla.org/en-US/questions/1465988

It has always worked great until now, but it seems that it no longer works with Firefox 147.0.1. Does anyone have any idea how to fix this?

Same Problem as here but thread is archived: https://support.mozilla.org/en-US/questions/1465988 It has always worked great until now, but it seems that it no longer works with Firefox 147.0.1. Does anyone have any idea how to fix this?

선택된 해결법

Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:

:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

Smells like a bug to me. I see the same issue in nightly.

Let me go ask devs...

글쓴이 jonzn4SUSE 수정일시

Until about FF 130.x it worked with this:

  1. navigator-toolbox[inFullscreen="true"] #PersonalToolbar {
 visibility: unset !important;

Then it worked with this:

root[inFullscreen] #PersonalToolbar[collapsed=false] {visibility:visible !important;}

And now with 147.x? BTW: How can you exclude code here?

글쓴이 originalraven 수정일시

You can chat with devs here. https://chat.mozilla.org

선택된 해결법

Ok, it has changed with this: https://bugzilla.mozilla.org/show_bug.cgi?id=1979014 So from now on you need this in userChrome.css:

:root[inFullscreen] #PersonalToolbar:not([collapsed]) {visibility:visible !important;}

글쓴이 originalraven 수정일시

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.