Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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 reply
  • 1 has this problem
  • 1 view
  • Last reply by 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?
Attached screenshots

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; }