Avatar for Username

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Add more bookmark items to toolbar using userChrome.css

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από 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; }
Συνημμένα στιγμιότυπα

Τροποποιήθηκε στις από το χρήστη jstnfaler

Όλες οι απαντήσεις (1)

more options

Επιλεγμένη λύση