Advertisement
Guest User

userChrome.css

a guest
Oct 4th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /* Multi-Row Bookmarks Toolbar Firefox 69 */
  2.  
  3. #PersonalToolbar {
  4. min-height: unset !important;
  5. max-height: unset !important;
  6. }
  7.  
  8. #PersonalToolbar #PlacesToolbarItems {
  9. overflow-x: visible !important;
  10. overflow-y: visible !important;
  11. display: inline-block !important;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement