Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Cari Bantuan

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

Add more bookmark items to toolbar using userChrome.css

  • 1 balas
  • 1 memiliki masalah ini
  • 2 kunjungan
  • Balasan terakhir oleh cor-el

more options

Greetings,

I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you.


  1. PersonalToolbar {
   overflow: clip;
   max-height: 7em;
   padding: 2px 6px 28px;

}

Greetings, I'm trying to extend the height of my toolbar to add more bookmarks (see picture attached). So far I have been able to edit the CSS and extend the height but now I can't drag and drop bookmarks to the extended height. How can I add another row of bookmarks? Thank you. #PersonalToolbar { overflow: clip; max-height: 7em; padding: 2px 6px 28px; }
Lampiran tangkapan layar

Diperbarui oleh jstnfaler pada

Semua Balasan (1)

more options

Solusi Terpilih