This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

change height for editBMPanel_folderTree in userchrome

  • 1 odgovor
  • 1 ima ovaj problem
  • 1 view
  • Posljednji odgovor poslao cor-el

more options

I'm trying to increase the height of editBMPanel_folderTree in userchrome. I am on developer edition 54.0a2.

Edits to the height attribute via browser toolbox work great just not able to get it to work from userchrome:

  1. editBMPanel_folderTree {

height: 450px !important; }

What am I missing?

I'm trying to increase the height of editBMPanel_folderTree in userchrome. I am on developer edition 54.0a2. Edits to the height attribute via browser toolbox work great just not able to get it to work from userchrome: #editBMPanel_folderTree { height: 450px !important; } What am I missing?
Priloženi snimci ekrana

All Replies (1)

more options

Set a min-height:

  • /questions/1198233 How do I show more than 7 folders in the Bookmarks "Choose" list (need a taller dropdown!)?
#editBMPanel_folderTree { min-height: 20em !important; }