Bookmark-Bar not shown in fullscreen mode with newer firefox version
Hi all I like to show the bookmark toolbar in fullscreen mode. I have enabled "show always" but it does not show in fullscreen mode. On old firefox versions i could creat… (funda kabanzi)
Hi all I like to show the bookmark toolbar in fullscreen mode. I have enabled "show always" but it does not show in fullscreen mode. On old firefox versions i could create a userChrome.css file and then it worked. But it looks like this is not possible with never (130.0.1 ATM) versions. May be the code has changed? This was my "old" css code wich is still working with firefox-esr: /*
Override hiding of Bookmarks Toolbar in F11 full screen when you roll down the tabs/main toolbar
- /
- navigator-toolbox[inFullscreen="true"] #PersonalToolbar {
visibility: unset !important;
}
Hint: toolkit.legacyUserProfileCustomizations.stylesheets is set to true.
Maybe someone has a solution how to show bookmars in fullscreen.