Add more bookmark items to toolbar using userChrome.css
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;
}
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;
}
Modificado por jstnfaler a