Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Bookmarks window is not resizeable

  • 1 reply
  • 1 has this problem
  • 4 views
  • Last reply by cor-el

more options

Hi, This is from loooong time a very seriously problem of Firefox. When you are trying bookmarking link, the window doesn't give a possibility to resize. It is a very useful. Can Firefox team sorting this malfunction, please?

My system Linux, Manjaro.


Thank you.

Hi, This is from loooong time a very seriously problem of Firefox. When you are trying bookmarking link, the window doesn't give a possibility to resize. It is a very useful. Can Firefox team sorting this malfunction, please? My system Linux, Manjaro. Thank you.
Attached screenshots

All Replies (1)

more options

There is a pref on the about:config page available to set how many items to show here, but it is not possible to resize this panel to make all visible.

You can possibly use CSS code in userChrome.css to set a minimum height to this folder list popup.

#editBMPanel_folderMenuList menupopup {min-height:20em !important;}

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true